Skip to content

Commit

Permalink
Remove unused parameters from _importDatasets remote
Browse files Browse the repository at this point in the history
They were removed from the other registry implementations long
ago.
  • Loading branch information
timj committed Jun 16, 2023
1 parent ac539a0 commit ea43211
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/daf/butler/registries/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,6 @@ def _importDatasets(
self,
datasets: Iterable[DatasetRef],
expand: bool = True,
idGenerationMode: DatasetIdGenEnum = DatasetIdGenEnum.UNIQUE,
reuseIds: bool = False,
) -> list[DatasetRef]:
# Docstring inherited from lsst.daf.butler.registry.Registry
raise NotImplementedError()
Expand Down

0 comments on commit ea43211

Please sign in to comment.