Skip to content

Commit e3ad6da

Browse files
committed
remove unused statements
Signed-off-by: Will Guo <willg@nvidia.com>
1 parent 3112a4e commit e3ad6da

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/unit/onnx/quantization/autotune/test_config.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@
1919
Tests configuration parameter validation and defaults.
2020
"""
2121

22-
import os
23-
import sys
2422
import unittest
2523

26-
# Add parent directory to path
27-
sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
28-
2924
from modelopt.onnx.quantization.autotune.common import Config
3025

3126

0 commit comments

Comments
 (0)