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 Jul 10, 2022
1 parent 568e448 commit b79f681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dj_database_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def parse(url, engine=None, conn_max_age=0, ssl_require=False):
"django.db.backends.postgresql",
"django_redshift_backend",
"timescale.db.backends.postgresql",
"timescale.db.backends.postgis"
"timescale.db.backends.postgis",
):
options["options"] = "-c search_path={0}".format(options.pop("currentSchema"))

Expand Down

0 comments on commit b79f681

Please sign in to comment.