Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Apr 24, 2023
1 parent 03b75a0 commit 9fee8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/githubActions/endToEndTest/testCheckers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import chalk from "chalk";
import Docker from "dockerode";
import got from "got/dist/source";
import got from "got";
import { Network } from "./types.js";
import { getContainerName } from "../../../params.js";
import { Compose } from "../../../types.js";
Expand Down

0 comments on commit 9fee8d6

Please sign in to comment.