Skip to content

Commit 89b2cf5

Browse files
committed
Fix lint
1 parent c0fb526 commit 89b2cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctfcli/cli/challenges.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def install(
578578
if isinstance(ignore, str):
579579
ignore = (ignore,)
580580

581-
config = Config()
581+
_config = Config()
582582
remote_challenges = Challenge.load_installed_challenges()
583583

584584
failed_installs = []

0 commit comments

Comments
 (0)