Skip to content

Commit 0164516

Browse files
Combine import
1 parent 9c7ec00 commit 0164516

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/testcontainers/src/container-runtime/clients/compose/compose-client.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { default as dockerComposeV1, default as v1, v2 as dockerComposeV2, v2 } from "docker-compose";
2-
import { log, pullLog } from "../../../common";
3-
import { toSeconds } from "../../../common/time";
2+
import { log, pullLog, toSeconds } from "../../../common";
43
import { ComposeInfo } from "../types";
54
import { defaultComposeOptions } from "./default-compose-options";
65
import { ComposeDownOptions, ComposeOptions } from "./types";

0 commit comments

Comments
 (0)