We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ca1cc commit a2dacc9Copy full SHA for a2dacc9
compose/backend/manage.py
@@ -14,7 +14,7 @@
14
from neurosynth_compose.database import db
15
from neurosynth_compose import models
16
from neurosynth_compose.ingest import neurostore as ingest_nstore
17
-from neurosynth_compose.backfill_extraction_metadata import (
+from compose.backend.neurosynth_compose.scripts.backfill_extraction_metadata import (
18
add_missing_extraction_ids,
19
)
20
0 commit comments