Skip to content

Commit

Permalink
fix: change import method
Browse files Browse the repository at this point in the history
  • Loading branch information
Thungghuan committed Oct 8, 2022
1 parent a04d61b commit f5731ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import questionary
from cli.console import reset_console
from cli.reserve_bus import ReserveBus
from cli.reserve import ReserveBus
from cli.token import load_token
from bus import Bus
from enum import Enum
Expand Down

0 comments on commit f5731ee

Please sign in to comment.