Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 12, 2022
1 parent a36ecda commit 252ec98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dj_database_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ def config(
s = os.environ.get(env, default)

if s:
return parse(s, engine, conn_max_age, conn_health_checks, ssl_require, test_options)
return parse(
s, engine, conn_max_age, conn_health_checks, ssl_require, test_options
)

return {}

Expand Down

0 comments on commit 252ec98

Please sign in to comment.