Skip to content

Commit 31d7d0c

Browse files
committed
Rename inspect.py module to fix name clash
1 parent e6a97ee commit 31d7d0c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

vtr_flow/scripts/python_libs/vtr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
pretty_print_table,
2020
find_task_dir,
2121
)
22-
from .inspect import (
22+
from .log_parse import (
2323
determine_lut_size,
2424
determine_min_w,
2525
determine_memory_addr_width,

0 commit comments

Comments
 (0)