Skip to content

Commit

Permalink
Satisfy some pylint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
OfficialMuffin committed Jul 22, 2022
1 parent eaf20f4 commit 5efa8dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def change_user():
else:
print("Invalid Input! Please try again!")
return False
return True

def sort_users():
"""Sort the user list in alphabetical order
Expand Down Expand Up @@ -180,3 +181,4 @@ def main_menu():
else:
print("Invalid Request!")
return False
return True

0 comments on commit 5efa8dc

Please sign in to comment.