Skip to content

Commit

Permalink
Added the fix for metadata import
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsalghelani-csa committed Jul 12, 2024
1 parent e106ee9 commit b54c27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tests/run_python_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import click
import coloredlogs
from colorama import Fore, Style
from py.metadata import Metadata, MetadataReader
from py.metadata_parser.metadata import Metadata, MetadataReader

DEFAULT_CHIP_ROOT = os.path.abspath(
os.path.join(os.path.dirname(__file__), '..', '..'))
Expand Down

0 comments on commit b54c27a

Please sign in to comment.