Skip to content

Commit 3f3b09e

Browse files
authored
Merge pull request #165 from asherf/django
Remove unused imports
2 parents c6b69d8 + 6d011c7 commit 3f3b09e

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

django_prometheus/db/backends/postgresql/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import django
2-
31
from django_prometheus.db.common import DatabaseWrapperMixin, ExportingCursorWrapper
42

53
import psycopg2.extensions

django_prometheus/middleware.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import django
21
from django.utils.deprecation import MiddlewareMixin
32
from prometheus_client import Counter, Histogram
43

django_prometheus/tests/end2end/testapp/settings.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
1414
import os
1515
import tempfile
16-
import django
1716

1817
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
1918

django_prometheus/tests/end2end/testapp/urls.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import django
21
from django.conf.urls import include, url
32
from django.contrib import admin
43

0 commit comments

Comments
 (0)