You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code for StorageObjectBase.local_suffix is missing a return type, while the concrete implementation
in the readme returns str. This raises an incompatible method override error on type checking. Is this always supposed to return a string? Or are there other valid return types for the abstract method?
The code for
StorageObjectBase.local_suffix
is missing a return type, while the concrete implementationin the readme returns
str
. This raises an incompatible method override error on type checking. Is this always supposed to return a string? Or are there other valid return types for the abstract method?Abstract method:
snakemake-interface-storage-plugins/snakemake_interface_storage_plugins/storage_object.py
Lines 99 to 105 in a07d750
Example implementation:
snakemake-interface-storage-plugins/README.md
Lines 146 to 148 in a07d750
The text was updated successfully, but these errors were encountered: