From 978c087a900987123843d3b90d4d4b5b7a798299 Mon Sep 17 00:00:00 2001 From: matthyk <53833818+matthyk@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:00:09 +0100 Subject: [PATCH] Remove unused import --- test/types/index.test-d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/types/index.test-d.ts b/test/types/index.test-d.ts index bf2c00b..cb46042 100644 --- a/test/types/index.test-d.ts +++ b/test/types/index.test-d.ts @@ -1,4 +1,4 @@ -import { expectError, expectType } from 'tsd' +import { expectType } from 'tsd' import fastify from 'fastify' import fastifyOverview, { OverviewStructure } from '../../index'