Skip to content

Commit

Permalink
Update imports for new location of SqlRegistry class
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-slac committed Nov 3, 2023
1 parent 49df15c commit 1bc4c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion migrations/obscore-config/4fe28ef5030f.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import yaml
from alembic import context, op
from lsst.daf.butler.registries.sql import SqlRegistry
from lsst.daf.butler.registry.sql_registry import SqlRegistry
from lsst.daf.butler_migrate.butler_attributes import ButlerAttributes
from lsst.daf.butler_migrate.registry import make_registry
from lsst.utils import doImportType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

from lsst.daf.butler import Butler, Config, DatasetAssociation, DatasetId, DatasetRef, SkyPixDimension
from lsst.daf.butler.datastores.fileDatastore import FileDatastore
from lsst.daf.butler.registries.sql import SqlRegistry
from lsst.daf.butler.registry import CollectionType
from lsst.daf.butler.registry.databases.sqlite import SqliteDatabase
from lsst.daf.butler.registry.sql_registry import SqlRegistry
from lsst.daf.butler.transfers import RepoExportContext
from lsst.resources import ResourcePath
from lsst.utils.introspection import get_class_of
Expand Down

0 comments on commit 1bc4c43

Please sign in to comment.