Skip to content

Commit

Permalink
Merge pull request #32 from JunAishima/fix-relative-import
Browse files Browse the repository at this point in the history
make ignition a relative import
  • Loading branch information
JunAishima authored Mar 7, 2024
2 parents 271ee0d + 632f29b commit dbc528a
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 dbc528a

Please sign in to comment.