Skip to content

Commit

Permalink
pep: add space between functions
Browse files Browse the repository at this point in the history
  • Loading branch information
KernAttila committed Apr 1, 2023
1 parent cd60b6e commit 4b117a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cuesubmit/cuesubmit/Validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def moreThan3Chars(value):
if len(value) >= 3:
return True
return False

def notEmptyString(value):
"""String must contain at least 1 character."""
if len(value) == 0:
Expand Down

0 comments on commit 4b117a3

Please sign in to comment.