Skip to content

Commit

Permalink
Update time_utils import patch
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Oct 5, 2023
1 parent 69e109c commit 6835c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/datasets/4e2d7a28475b.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import sqlalchemy as sa
from alembic import context, op
from astropy.time import Time
from lsst.daf.butler.core.time_utils import TimeConverter
from lsst.daf.butler.time_utils import TimeConverter
from lsst.daf.butler_migrate.butler_attributes import ButlerAttributes

# revision identifiers, used by Alembic.
Expand Down

0 comments on commit 6835c97

Please sign in to comment.