Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Feb 12, 2025
1 parent e53ca13 commit 84f23db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/cuckoo/common/admin_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@

try:
from paramiko import AutoAddPolicy, ProxyCommand, SSHClient, SSHConfig
from scp import SCPClient, SCPException
from paramiko.ssh_exception import (
AuthenticationException,
BadHostKeyException,
PasswordRequiredException,
ProxyCommandFailure,
SSHException,
)
from scp import SCPClient, SCPException


conf = SSHConfig()
Expand All @@ -43,9 +43,10 @@
print("poetry run pip install -U paramiko scp")
HAVE_PARAMIKO = False

from lib.cuckoo.common.colors import green, red
from utils.community_blocklist import blocklist

from lib.cuckoo.common.colors import green, red

Check failure on line 48 in lib/cuckoo/common/admin_utils.py

View workflow job for this annotation

GitHub Actions / test (3.10)

Ruff (I001)

lib/cuckoo/common/admin_utils.py:46:1: I001 Import block is un-sorted or un-formatted

try:
from admin_conf import ( # POSTPROCESS,
CAPE_DIST_URL,
Expand Down

0 comments on commit 84f23db

Please sign in to comment.