Skip to content

Commit 543aa6d

Browse files
committed
remove unusing modules
1 parent b823629 commit 543aa6d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests_pytest/common_tests/unit_tests/core/progress_config/test_progress_control_module.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# ==============================================================================
1515

1616
import pytest
17-
from unittest.mock import Mock
1817

1918
from typing import Callable
2019
from tqdm import tqdm

tests_pytest/common_tests/unit_tests/core/progress_config/test_research_progress_total.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
import pytest
1717
from unittest.mock import Mock
1818

19-
from dataclasses import dataclass
2019
from model_compression_toolkit.core.common.progress_config.progress_info_controller import \
2120
research_progress_total
2221

0 commit comments

Comments
 (0)