From 12aa3e096b415f0863d55a1d7340dc6341cf5c14 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Thu, 26 Sep 2024 17:20:10 +0100 Subject: [PATCH] Fix lint --- postgraphile/postgraphile/src/plugins/PgV4BehaviorPlugin.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postgraphile/postgraphile/src/plugins/PgV4BehaviorPlugin.ts b/postgraphile/postgraphile/src/plugins/PgV4BehaviorPlugin.ts index 0c059db28..0c45590ff 100644 --- a/postgraphile/postgraphile/src/plugins/PgV4BehaviorPlugin.ts +++ b/postgraphile/postgraphile/src/plugins/PgV4BehaviorPlugin.ts @@ -1,8 +1,7 @@ import "graphile-config"; import "graphile-build-pg"; -import type { PgResource, PgResourceOptions } from "@dataplan/pg"; -import type { PgProc } from "graphile-build-pg/pg-introspection"; +import type { PgResource } from "@dataplan/pg"; declare global { namespace GraphileConfig {