Skip to content

Commit 8c7e6a0

Browse files
style: fix formatting in conftest.py
1 parent 4a74c4e commit 8c7e6a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
def _get_database_url():
2626
"""Get DATABASE_URL from environment, loading .env if needed."""
2727
from dotenv import load_dotenv
28+
2829
load_dotenv()
2930
return os.environ.get("DATABASE_URL")
3031

0 commit comments

Comments
 (0)