Fix linter (#302)

This commit is contained in:
merwanehamadi
2023-08-13 10:34:45 -07:00
committed by GitHub
parent 0da8a2bd99
commit d27d17e51b

View File

@@ -55,8 +55,6 @@ class Challenge(ABC):
if not self.task:
return
print(
f"\033[1;35m============Starting {self.data.name} challenge============\033[0m"
)