Skip to content

Commit

Permalink
Flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Nov 22, 2024
1 parent f423499 commit c172b96
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lisa/features/disks.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from lisa.operating_system import BSD
from lisa.tools import Mount
from lisa.tools.mount import PartitionInfo
from lisa.util import LisaException, constants, get_matched_str
from lisa.util import LisaException, get_matched_str


class Disk(Feature):
Expand Down
1 change: 0 additions & 1 deletion microsoft/testsuites/core/azure_image_standard.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
PassedException,
SkippedException,
UnsupportedDistroException,
constants,
find_patterns_in_lines,
get_matched_str,
)
Expand Down
1 change: 0 additions & 1 deletion microsoft/testsuites/core/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
BadEnvironmentStateException,
LisaException,
SkippedException,
constants,
generate_random_chars,
get_matched_str,
)
Expand Down

0 comments on commit c172b96

Please sign in to comment.