Remove python-dotenv from the dependencies
zsh-dotenv automatically loads the environment variables upon entering the project's root.
This commit is contained in:
parent
570cb0112e
commit
9ee9c04a69
4 changed files with 1 additions and 24 deletions
|
|
@ -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."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue