Skip to content

Commit 6a051ce

Browse files
committed
More linting fixes
1 parent 1909641 commit 6a051ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ctfcli/cli/challenges.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ def deploy(
816816
click.secho("Success!\n", fg="green")
817817

818818
if len(skipped_deployments) > 0:
819-
click.secho("Deployment skipped (no image specified) for:",fg="yellow")
819+
click.secho("Deployment skipped (no image specified) for:", fg="yellow")
820820
for challenge_instance in skipped_deployments:
821821
click.echo(f" - {challenge_instance}")
822822

ctfcli/core/image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from os import PathLike
55
from pathlib import Path
66
from typing import Optional, Union
7+
78
from ctfcli.core.exceptions import InvalidComposeOperation
89

910

0 commit comments

Comments
 (0)