Skip to content

Commit 7b5fdb3

Browse files
chore(tests): remove redundant File import
1 parent e701b7b commit 7b5fdb3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/uploads.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import fs from 'fs';
22
import type { ResponseLike } from '@hubspot/sdk/internal/to-file';
33
import { toFile } from '@hubspot/sdk/core/uploads';
4-
import { File } from 'node:buffer';
54

65
class MyClass {
76
name: string = 'foo';

0 commit comments

Comments
 (0)