Skip to content

Commit

Permalink
[sparckles#854] review: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Jun 26, 2024
1 parent 8b06cdd commit 63970c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robyn/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from InquirerPy.base.control import Choice

from robyn.dev_server import start_dev_server
from .argument_parser import Config
from .reloader import create_rust_file
from robyn.argument_parser import Config
from robyn.reloader import create_rust_file
from robyn.robyn import get_version
from pathlib import Path
import shutil
Expand Down

0 comments on commit 63970c1

Please sign in to comment.