Skip to content

Commit 9d2a674

Browse files
authored
Remove unused imports from addV3ClientRequires (#257)
1 parent 7cec9bd commit 9d2a674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transforms/v2-to-v3/utils/add/addV3ClientRequires.ts

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

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

0 commit comments

Comments
 (0)