Skip to content

Commit

Permalink
Merge pull request SainsburyWellcomeCentre#252 from JaerongA/datajoin…
Browse files Browse the repository at this point in the history
…t_pipeline

fix: 🐛 fix import error
  • Loading branch information
Thinh Nguyen authored Sep 8, 2023
2 parents 4106ca4 + 8cdb7ff commit 03f81ea
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions aeon/dj_pipeline/populate/worker.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import datajoint as dj
from datajoint_utilities.dj_worker import (
DataJointWorker,
ErrorLog,
WorkerLog,
is_djtable,
)
from datajoint_utilities.dj_worker import DataJointWorker, ErrorLog, WorkerLog
from datajoint_utilities.dj_worker.worker_schema import is_djtable

from aeon.dj_pipeline import acquisition, analysis, db_prefix, qc, report, tracking
from aeon.dj_pipeline.utils import load_metadata, streams_maker
Expand Down

0 comments on commit 03f81ea

Please sign in to comment.