diff --git a/aeon/dj_pipeline/streams.py b/aeon/dj_pipeline/streams.py index eed24dcd..e3d6ba12 100644 --- a/aeon/dj_pipeline/streams.py +++ b/aeon/dj_pipeline/streams.py @@ -2,11 +2,11 @@ #---- THIS FILE IS AUTO-GENERATED BY `streams_maker.py` ---- import re +import datajoint as dj +import pandas as pd from uuid import UUID import aeon -import datajoint as dj -import pandas as pd from aeon.dj_pipeline import acquisition, get_schema_name from aeon.io import api as io_api from aeon.schema import schemas as aeon_schemas