Skip to content

Commit

Permalink
Run black (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
auscompgeek committed May 29, 2021
1 parent a939b16 commit 4417abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfrc/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def print_err(*args):


def yesno(prompt):
"""Returns True if user answers 'y' """
"""Returns True if user answers 'y'"""
prompt += " [y/n]"
a = ""
while a not in ["y", "n"]:
Expand Down

0 comments on commit 4417abc

Please sign in to comment.