diff --git a/code/database.py b/code/database.py index 41f4338..9edf3ec 100644 --- a/code/database.py +++ b/code/database.py @@ -3,6 +3,7 @@ from dotenv import load_dotenv import logging import os + def connect( ip_addr: str | None = None, db_name: str | None = None, @@ -29,4 +30,4 @@ def connect( if __name__ == '__main__': load_dotenv() collection = connect() - print(collection) \ No newline at end of file + print(collection)