From 48493cbc0de8b6e2a5e20bcebc0f30f3f7e6719b Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Thu, 31 Oct 2024 17:50:35 +0000 Subject: [PATCH] fix: revert stream.py change in dependencies order --- aeon/dj_pipeline/streams.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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