Skip to content

Commit

Permalink
fix version import
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Jan 26, 2024
1 parent 853f595 commit c5158ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/pt/entrypoints/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
record,
)

from deepmd.pt import (
from deepmd import (

Check warning on line 13 in deepmd/pt/entrypoints/main.py

View check run for this annotation

Codecov / codecov/patch

deepmd/pt/entrypoints/main.py#L13

Added line #L13 was not covered by tests
__version__,
)
from deepmd.pt.infer import (

Check warning on line 16 in deepmd/pt/entrypoints/main.py

View check run for this annotation

Codecov / codecov/patch

deepmd/pt/entrypoints/main.py#L16

Added line #L16 was not covered by tests
Expand Down

0 comments on commit c5158ec

Please sign in to comment.