Skip to content

Commit b195811

Browse files
committed
Fix lint error: Remove unused logLevels import in LogManager.test.ts
1 parent ea5f180 commit b195811

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/logging/__tests__/LogManager.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { LogManager } from "../LogManager"
2-
import { logLevels } from "../../../schemas"
32

43
describe("LogManager", () => {
54
let mockProvider: any

0 commit comments

Comments
 (0)