Skip to content

Commit adf0ca7

Browse files
authored
Refactor version import paths to common module (#2095)
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
1 parent 37c4552 commit adf0ca7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

neural_compressor/common/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
dump_elapsed_time,
2828
)
2929
from neural_compressor.common.base_config import options
30-
30+
from neural_compressor.common.version import __version__
3131

3232
__all__ = [
3333
"options",

neural_compressor/common/version.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../version.py

0 commit comments

Comments
 (0)