flake8 warnings in ascii art

pull/649/head
evelynmitchell 5 months ago
parent 95c2572134
commit f4957000ec

@ -1,3 +1,4 @@
# noqa: W605
import argparse import argparse
import os import os
import time import time
@ -14,14 +15,14 @@ console = Console()
ASCII_ART = """ ASCII_ART = """
_________
/ _____/_ _ _______ _______ _____ ______ / _____/_ _ _______ _______ _____ ______
\_____ \\ \/ \/ /\__ \\_ __ \/ \ / ___/ \_____ \\ \/ \/ /\__ \\_ __ \/ \ / ___/
/ \\ / / __ \| | \/ Y Y \\___ \ / \\ / / __ \| | \/ Y Y \\___ \
/_______ / \/\_/ (____ /__| |__|_| /____ > /_______ / \/\_/ (____ /__| |__|_| /____ >
\/ \/ \/ \/ \/ \/ \/ \/
""" """ # noqa: W605
# Function to display the ASCII art in red # Function to display the ASCII art in red

Loading…
Cancel
Save