Runs Code Formater

This commit is contained in:
2024-04-02 02:46:06 -03:00
parent c1fe79b4ac
commit 0b1b89de17
8 changed files with 31 additions and 26 deletions

View File

@@ -6,6 +6,4 @@ import os
def get_virus_checker_api_key():
load_dotenv()
return {
"api_key": os.environ.get("VIRUS_CHECKER_API_KEY")
}
return {"api_key": os.environ.get("VIRUS_CHECKER_API_KEY")}