Skip to content

Commit 6d9c628

Browse files
committed
chore: remove unused imports
1 parent c4a97b1 commit 6d9c628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transforms/v2-to-v3/utils/get/getV2ClientTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Collection, Identifier, JSCodeshift, TSQualifiedName, TSTypeReference } from "jscodeshift";
1+
import { Collection, JSCodeshift, TSTypeReference } from "jscodeshift";
22

33
export interface GetV2ClientTypesOptions {
44
v2ClientName: string;

0 commit comments

Comments
 (0)