Skip to content

Commit c73e8e7

Browse files
wilsonehusinasherf
andauthored
Fix postgres import (#402)
* Fix postgres import * Update base.py --------- Co-authored-by: Asher Foa <[email protected]>
1 parent 1649595 commit c73e8e7

File tree

1 file changed

+1
-1
lines changed
  • django_prometheus/db/backends/postgresql

1 file changed

+1
-1
lines changed

django_prometheus/db/backends/postgresql/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from django.contrib.gis.db.backends.postgis import base
1+
from django.db.backends.postgresql import base
22

33
from django_prometheus.db.backends.common import get_postgres_cursor_class
44
from django_prometheus.db.common import DatabaseWrapperMixin, ExportingCursorWrapper

0 commit comments

Comments
 (0)