Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
MattMonk and coderabbitai[bot] authored Aug 14, 2024
1 parent 21156a4 commit 8e8e3e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snakemake_storage_plugin_xrootd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ def is_valid_query(cls, query: str) -> StorageQueryValidationResult:
# storage (e.g. because it is read-only see
# snakemake-storage-http for comparison), remove the corresponding base classes
# from the list of inherited items.
# class StorageObject(StorageObjectRead, StorageObjectWrite, StorageObjectGlob):
class StorageObject(StorageObjectRead, StorageObjectWrite):
# For compatibility with future changes, you should not overwrite the __init__
# method. Instead, use __post_init__ to set additional attributes and initialize
Expand Down

0 comments on commit 8e8e3e5

Please sign in to comment.