Skip to content

Commit

Permalink
Update lspci.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SRIKKANTH committed Sep 16, 2024
1 parent 43cdee8 commit 4535956
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions lisa/tools/lspci.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@
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
from lisa.util import constants
from lisa.util import find_patterns_in_lines
from lisa.util import 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 4535956

Please sign in to comment.