Skip to content

Commit 270068b

Browse files
type annotation
1 parent af21397 commit 270068b

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
@@ -187,7 +187,7 @@ def __init__(
187187
deployment_prefix: Path,
188188
pinfile_prefix: Path,
189189
):
190-
self.spec = spec
190+
self.spec: TEnvSpec = spec
191191
self.within = within
192192
self.settings: TSettings = settings
193193
self.shell_executable = shell_executable

0 commit comments

Comments
 (0)