Skip to content

Commit bed9820

Browse files
fix
1 parent 82d7144 commit bed9820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • snakemake_interface_software_deployment_plugins

snakemake_interface_software_deployment_plugins/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ def __eq__(self, other) -> bool:
242242

243243

244244
class PinnableEnvBase(ABC):
245-
@abstractmethod
246245
@classmethod
246+
@abstractmethod
247247
def pinfile_extension(cls) -> str:
248248
...
249249

0 commit comments

Comments
 (0)