Skip to content

Commit

Permalink
Removed empty space from files
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerlight071 committed Feb 6, 2024
1 parent 0e06100 commit 047efdc
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ enforcement ladder](https://github.com/mozilla/diversity).

For answers to common questions about this code of conduct, see the FAQ at
https://www.contributor-covenant.org/faq. Translations are available at
https://www.contributor-covenant.org/translations.
https://www.contributor-covenant.org/translations.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ Please note that we have a [Code of Conduct](https://github.com/tylerlight071/Fu
If you have any questions or need support, feel free to reach out to us through [email](tylerlightwood071@gmail.com) or by opening an issue in the repository.
Thank you for your contributions!
Thank you for your contributions!
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ If you discover a minor security vulnerability, please submit it to our GitHub i

For major vulnerabilities or if you prefer, you can also email me directly at tylerlightwood071@gmail.com with "SECURITY VULNERABILITY" in the subject line. Please include the vulnerability issue (title) and, if applicable, the issue number in the subject line.

We will strive to acknowledge your report promptly and keep you informed of its progress and resolution.
We will strive to acknowledge your report promptly and keep you informed of its progress and resolution.
2 changes: 1 addition & 1 deletion add_animal.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ def add_animal():
# Ask if the user wants to add another animal
add_another = input(Fore.LIGHTYELLOW_EX + "Do you want to add another animal? (yes/no): " + Style.RESET_ALL)
if add_another.lower() == 'no':
break
break
2 changes: 1 addition & 1 deletion admin_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def admin_dashboard():
exit()
else:
print(Fore.RED + "\nInvalid option. Please try again." + Style.RESET_ALL)
time.sleep(2)
time.sleep(2)
3 changes: 1 addition & 2 deletions customer_adoption_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,4 @@ def view_available_animals():
else:
print("\nInvalid input. Please choose one of the options.")
time.sleep(2)
clear_screen()

clear_screen()
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ Werkzeug==3.0.1
wheel==0.42.0
whichcraft==0.6.1
zope.event==5.0
zope.interface==6.1
zope.interface==6.1
3 changes: 1 addition & 2 deletions sudo_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,4 @@ def sudo_admin():
time.sleep(1)
print("\nExiting...")
time.sleep(2)
exit()

exit()
3 changes: 1 addition & 2 deletions sudo_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,4 @@ def sudo_user():
time.sleep(1)
print("\nExiting...")
time.sleep(2)
exit()

exit()
3 changes: 1 addition & 2 deletions sudo_user_level_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,4 @@ def sudo_user():
time.sleep(1)
print("\nExiting...")
time.sleep(2)
exit()

exit()
3 changes: 1 addition & 2 deletions user_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,4 @@ def delete_user():
else:
print(Fore.RED + f"\nUser '{username}' not found." + Style.RESET_ALL)

time.sleep(2)

time.sleep(2)

0 comments on commit 047efdc

Please sign in to comment.