Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kiturutin committed Dec 10, 2023
1 parent f030246 commit 1593970
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/services/docker_client.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import os from 'os';
import {exec as execCb, spawn, execSync} from 'child_process';
import { promisify } from 'util';
import {ErrorType, decoratedError} from "../browserup_errors.mjs";
import {Docker} from "../utils/docker.mjs";
import yaml from "js-yaml";

const exec = promisify(execCb);

Expand Down

0 comments on commit 1593970

Please sign in to comment.