Skip to content

Commit 7b4268d

Browse files
runtime checkable
1 parent f388698 commit 7b4268d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • snakemake_interface_software_deployment_plugins

snakemake_interface_software_deployment_plugins/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ def __str__(self) -> str:
135135
...
136136

137137

138+
@runtime_checkable
138139
class EnvBase(Protocol):
139140
_cache: ClassVar[Dict[Tuple[Type["EnvBase"], Optional["EnvBase"]], Any]] = {}
140141
spec: EnvSpecBase

0 commit comments

Comments
 (0)