Skip to content

Commit 633ac9a

Browse files
committed
chore: remove unused imports
1 parent 9ae579e commit 633ac9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/process-document.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export async function processOpenApiDocument(
6666
});
6767

6868
entryFile.addImportDeclaration({
69-
namedImports: ['RuntimeOptions', 'RequestMethod', 'RequestMethodCaller'],
69+
namedImports: ['RequestMethodCaller'],
7070
moduleSpecifier: '@block65/rest-client',
7171
isTypeOnly: true,
7272
});

0 commit comments

Comments
 (0)