Skip to content

Commit f5231e1

Browse files
cristianrgrecodanielbodart
authored andcommitted
Fix lint
1 parent 1b0bed9 commit f5231e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/testcontainers/src/wait-strategies/log-wait-strategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import byline from "byline";
12
import Dockerode from "dockerode";
23
import { setTimeout } from "timers/promises";
34
import { log } from "../common";
45
import { getContainerRuntimeClient } from "../container-runtime";
56
import { BoundPorts } from "../utils/bound-ports";
67
import { AbstractWaitStrategy } from "./wait-strategy";
7-
import byline from "byline";
88

99
export type Log = string;
1010

0 commit comments

Comments
 (0)