Skip to content

Commit

Permalink
Refactor version import paths to common module (#2095)
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun authored Dec 26, 2024
1 parent 37c4552 commit adf0ca7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion neural_compressor/common/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
dump_elapsed_time,
)
from neural_compressor.common.base_config import options

from neural_compressor.common.version import __version__

__all__ = [
"options",
Expand Down
1 change: 1 addition & 0 deletions neural_compressor/common/version.py

0 comments on commit adf0ca7

Please sign in to comment.