Skip to content

Commit

Permalink
Fixing static check failures!
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 0e8f4a1 commit 03568b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 3 additions & 6 deletions virttest/asset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
import re
import shutil

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

from virttest import data_dir

from six import string_types
from six import StringIO, string_types
from six.moves import urllib

from six import StringIO
from avocado.utils import astring, crypto, download, genio, git, process
from virttest import data_dir

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

Expand Down
5 changes: 2 additions & 3 deletions virttest/utils_config.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import ast
import configparser

from avocado.utils import distro

import logging
import os.path

from six import StringIO

from avocado.utils import distro

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


Expand Down

0 comments on commit 03568b7

Please sign in to comment.