Skip to content

Commit

Permalink
Restyled by isort
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and cecille committed Jun 10, 2024
1 parent 479a6fe commit 1a2942f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/python_testing/test_testing/test_IDM_10_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@

import chip.clusters as Clusters
from chip.clusters import Attribute

try:
from pics_support import parse_pics_xml
except ImportError:
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from pics_support import parse_pics_xml

from MockTestRunner import MockTestRunner

# Reachable attribute is off in the pics file
Expand Down

0 comments on commit 1a2942f

Please sign in to comment.