Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Sep 10, 2024
1 parent 0a7f598 commit 2b66476
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/entrypoint/test_submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@
Path,
)

try:
from context import dpgen2 # noqa: F401
except ModuleNotFoundError:
# case of upload everything to argo, no context needed
pass
# isort: off
from .context import dpgen2 # noqa: F401
from dpgen2.entrypoint.submit import (
copy_scheduler_plans,
expand_idx,
Expand Down

0 comments on commit 2b66476

Please sign in to comment.