Skip to content

Commit

Permalink
make ignition a relative import
Browse files Browse the repository at this point in the history
  • Loading branch information
JunAishima committed Mar 7, 2024
1 parent 271ee0d commit 632f29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysisstore/startup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from ignition import start_server
from .ignition import start_server

if __name__ == "__main__":
# TODO: Make config file an optional arg to start server
Expand Down

0 comments on commit 632f29b

Please sign in to comment.