Skip to content

Commit

Permalink
Merge pull request #25 from lsst-dm/tickets/DM-41043
Browse files Browse the repository at this point in the history
DM-41043: Update time_utils import patch
  • Loading branch information
TallJimbo authored Oct 9, 2023
2 parents 69e109c + 6835c97 commit 6f53698
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 6f53698

Please sign in to comment.