From 047efdc10a2ce70735decc05c084febd5c851a50 Mon Sep 17 00:00:00 2001 From: Tyler Lightwood Date: Tue, 6 Feb 2024 16:58:09 +0000 Subject: [PATCH] Removed empty space from files --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- SECURITY.md | 2 +- add_animal.py | 2 +- admin_dashboard.py | 2 +- customer_adoption_form.py | 3 +-- requirements.txt | 2 +- sudo_admin.py | 3 +-- sudo_user.py | 3 +-- sudo_user_level_1.py | 3 +-- user_management.py | 3 +-- 11 files changed, 11 insertions(+), 16 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 98f0945..92245ef 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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. \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ee4238..a5a8d05 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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! \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md index 5b8e5f5..abdd51b 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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. \ No newline at end of file diff --git a/add_animal.py b/add_animal.py index 92c2bcd..08a51eb 100644 --- a/add_animal.py +++ b/add_animal.py @@ -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 \ No newline at end of file diff --git a/admin_dashboard.py b/admin_dashboard.py index 7eccafa..81e5183 100644 --- a/admin_dashboard.py +++ b/admin_dashboard.py @@ -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) \ No newline at end of file diff --git a/customer_adoption_form.py b/customer_adoption_form.py index 54556d4..470adae 100644 --- a/customer_adoption_form.py +++ b/customer_adoption_form.py @@ -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() \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 21f8f55..e4b8602 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file diff --git a/sudo_admin.py b/sudo_admin.py index bd59fda..23cdca1 100644 --- a/sudo_admin.py +++ b/sudo_admin.py @@ -76,5 +76,4 @@ def sudo_admin(): time.sleep(1) print("\nExiting...") time.sleep(2) - exit() - + exit() \ No newline at end of file diff --git a/sudo_user.py b/sudo_user.py index bc0d82f..7f6c654 100644 --- a/sudo_user.py +++ b/sudo_user.py @@ -91,5 +91,4 @@ def sudo_user(): time.sleep(1) print("\nExiting...") time.sleep(2) - exit() - + exit() \ No newline at end of file diff --git a/sudo_user_level_1.py b/sudo_user_level_1.py index 357a967..d21bcf3 100644 --- a/sudo_user_level_1.py +++ b/sudo_user_level_1.py @@ -88,5 +88,4 @@ def sudo_user(): time.sleep(1) print("\nExiting...") time.sleep(2) - exit() - + exit() \ No newline at end of file diff --git a/user_management.py b/user_management.py index 30f4a2e..9fc0686 100644 --- a/user_management.py +++ b/user_management.py @@ -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) \ No newline at end of file