Skip to content

Commit 74f174c

Browse files
committed
remove unused import
1 parent 9d3c48c commit 74f174c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modules/kurrentdb/src/kurrentdb-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AbstractStartedContainer, GenericContainer, StartedTestContainer, Wait } from "testcontainers";
1+
import { AbstractStartedContainer, GenericContainer, Wait } from "testcontainers";
22

33
export class StartedKurrentDbContainer extends AbstractStartedContainer {
44
getConnectionString(): string {

0 commit comments

Comments
 (0)