Skip to content

Commit cd24716

Browse files
fmt
1 parent 9daa502 commit cd24716

File tree

1 file changed

+1
-2
lines changed
  • snakemake_interface_software_deployment_plugins

1 file changed

+1
-2
lines changed

snakemake_interface_software_deployment_plugins/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,7 @@ def __eq__(self, other) -> bool:
232232

233233
class DeployableEnvBase(ABC):
234234
@abstractmethod
235-
def is_deployment_path_portable(self) -> bool:
236-
...
235+
def is_deployment_path_portable(self) -> bool: ...
237236

238237
@abstractmethod
239238
async def deploy(self) -> None:

0 commit comments

Comments
 (0)