Skip to content

Commit

Permalink
rebase to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-W1 committed Aug 23, 2024
1 parent a514cb6 commit af65424
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/import_config/load_form_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
sys.path.insert(1, ".")
from dataclasses import asdict # noqa:E402

from app.app import app # noqa:E402
from app.create_app import app # noqa:E402
from app.db import db # noqa:E402
from app.db.models import Component # noqa:E402
from app.db.models import ComponentType # noqa:E402
Expand Down
File renamed without changes.

0 comments on commit af65424

Please sign in to comment.