Skip to content

Commit

Permalink
fix: revert stream.py change in dependencies order
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin committed Oct 31, 2024
1 parent fc49b51 commit 48493cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aeon/dj_pipeline/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48493cb

Please sign in to comment.