Skip to content

Commit

Permalink
Update lspci.py
Browse files Browse the repository at this point in the history
Update lspci.py

Update lspci.py

Update lspci.py

Update lspci.py
  • Loading branch information
SRIKKANTH committed Sep 16, 2024
1 parent be1313b commit 3717c2e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lisa/tools/lspci.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
from lisa.executable import Tool
from lisa.operating_system import Posix
from lisa.tools import Echo
from lisa.util import (
LisaException,
constants,
find_patterns_in_lines,
get_matched_str,
)
from lisa.util import LisaException, constants, find_patterns_in_lines, get_matched_str

# Example output of lspci command -
# lspci -m
Expand Down

0 comments on commit 3717c2e

Please sign in to comment.