Skip to content

Commit

Permalink
Apply review suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Bosch <[email protected]>
  • Loading branch information
andy-slac and TallJimbo authored Oct 17, 2023
1 parent b0643eb commit f2d0608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/daf/butler/datastore/_datastore.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def put(self, inMemoryDataset: Any, datasetRef: DatasetRef) -> None:
raise NotImplementedError("Must be implemented by subclass")

@abstractmethod
def put_new(self, inMemoryDataset: Any, datasetRef: DatasetRef) -> Mapping[str, DatasetRef]:
def put_new(self, in_memory_dataset: Any, dataset_ref: DatasetRef) -> Mapping[str, DatasetRef]:
"""Write a `InMemoryDataset` with a given `DatasetRef` to the store.
Parameters
Expand Down

0 comments on commit f2d0608

Please sign in to comment.