Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitewarp committed Oct 24, 2024
1 parent 7b71cfe commit 07211f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion discobuilder/adapter/chaski.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from discobuilder import config
from discobuilder.adapter.git import checkout_ref, clone_repo, pull_repo
from discobuilder.adapter.subprocess import subprocess_call, subprocess_check_call, CalledProcessError
from discobuilder.adapter.subprocess import subprocess_check_call, CalledProcessError


class PoetryInstallFailure(Exception):
Expand Down
2 changes: 1 addition & 1 deletion discobuilder/adapter/subprocess.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from subprocess import call, run, check_call, CalledProcessError
from subprocess import call, run, check_call

from discobuilder import config, console

Expand Down

0 comments on commit 07211f6

Please sign in to comment.