Remove python-dotenv from the dependencies

zsh-dotenv automatically loads the environment variables upon entering
the project's root.
This commit is contained in:
Alexander Hess 2020-12-14 14:26:12 +01:00
commit 9ee9c04a69
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
4 changed files with 1 additions and 24 deletions

View file

@ -13,11 +13,6 @@ import random
import string
import warnings
import dotenv
dotenv.load_dotenv()
def random_schema_name() -> str:
"""Generate a random PostgreSQL schema name for testing."""