Skip to content

Commit

Permalink
fix: remove superfluous method
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Nov 23, 2023
1 parent 1c75583 commit 36dcc42
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions poetry_snakemake_plugin/templates/storage-plugins/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,6 @@ def is_valid_query(cls, query: str) -> StorageQueryValidationResult:
# object is actually used.
...

def list_objects(self, query: Any) -> Iterable[str]:
"""Return an iterator over all objects in the storage that match the query.
This is optional and can raise a NotImplementedError() instead.
"""
...


# Required:
# Implementation of storage object. If certain methods cannot be supported by your
Expand Down

0 comments on commit 36dcc42

Please sign in to comment.