Skip to content

Commit ab78c8e

Browse files
authored
Fix lint issues with getV2RequireDeclarator (#332)
1 parent 49ec6f4 commit ab78c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transforms/v2-to-v3/modules/getV2RequireDeclarator.ts

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

33
import { PACKAGE_NAME } from "../config";
44
import { getV2ServiceModulePath } from "../utils";

0 commit comments

Comments
 (0)