Skip to content

Commit

Permalink
Fix postgres import (#402)
Browse files Browse the repository at this point in the history
* Fix postgres import

* Update base.py

---------

Co-authored-by: Asher Foa <[email protected]>
  • Loading branch information
wilsonehusin and asherf authored May 2, 2023
1 parent 1649595 commit c73e8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_prometheus/db/backends/postgresql/base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from django.contrib.gis.db.backends.postgis import base
from django.db.backends.postgresql import base

from django_prometheus.db.backends.common import get_postgres_cursor_class
from django_prometheus.db.common import DatabaseWrapperMixin, ExportingCursorWrapper
Expand Down

0 comments on commit c73e8e7

Please sign in to comment.