Skip to content

Commit

Permalink
Fixing static check issues
Browse files Browse the repository at this point in the history
Signed-off-by: Kowshik Jois B S <[email protected]>
  • Loading branch information
bskjois committed Oct 31, 2024
1 parent 8ce5e11 commit 18783cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions virttest/asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

from avocado.utils import astring, crypto, download, genio, git, process

from six import StringIO
from virttest import data_dir

from six import string_types
from six.moves import urllib

from virttest import data_dir
from six import StringIO

LOG = logging.getLogger("avocado." + __name__)

Expand Down

0 comments on commit 18783cd

Please sign in to comment.