Skip to content

Commit

Permalink
cli tool dont use relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
surgura committed Aug 25, 2024
1 parent bd78130 commit 9b7afc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual_ship/cli/do_expedition.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import argparse
from pathlib import Path

from ..expedition.do_expedition import do_expedition
from virtual_ship.expedition.do_expedition import do_expedition


def main() -> None:
Expand Down

0 comments on commit 9b7afc7

Please sign in to comment.