Skip to content

Commit 04a6f13

Browse files
committed
fix: lint
1 parent 1b0b51f commit 04a6f13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/cache/redis-query-result-cache.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { expect } from "chai"
33
import * as sinon from "sinon"
44
import { RedisQueryResultCache } from "../../../src/cache/RedisQueryResultCache"
55
import { PlatformTools } from "../../../src/platform/PlatformTools"
6-
import { DataSource } from "../../../src/data-source/DataSource"
6+
import type { DataSource } from "../../../src/data-source/DataSource"
77
import { TypeORMError } from "../../../src/error/TypeORMError"
88

99
describe("RedisQueryResultCache", () => {

0 commit comments

Comments
 (0)