Skip to content

Commit a5447aa

Browse files
committed
fix: unused imports
1 parent 82bca54 commit a5447aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

api/src/unraid-api/unraid-file-modifier/modifications/__test__/generic-modification.spec.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { Logger } from '@nestjs/common';
2-
import { existsSync } from 'fs';
3-
import { cp, readFile, writeFile } from 'fs/promises';
4-
import path, { basename, resolve } from 'path';
2+
import { readFile, writeFile } from 'fs/promises';
3+
import { basename, resolve } from 'path';
54

65
import { describe, expect, test } from 'vitest';
76

0 commit comments

Comments
 (0)