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 14, 2024
1 parent 909bc04 commit 56c2acf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisa/tools/lspci.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import re
from typing import Any, Dict, List, Optional, Pattern, Set, Type

from retry import retry

from lisa.executable import Tool
from lisa.operating_system import Posix
from lisa.tools import Echo
Expand All @@ -12,7 +14,6 @@
find_patterns_in_lines,
get_matched_str,
)
from retry import retry

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

0 comments on commit 56c2acf

Please sign in to comment.