Skip to content

Commit 80c6793

Browse files
committed
patch-1: fixes import sort
1 parent f5f89f4 commit 80c6793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_prometheus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
33
https://github.com/korfuri/django-prometheus
44
"""
5-
import django
65

76
# Import all files that define metrics. This has the effect that
87
# `import django_prometheus` will always instantiate all metric
98
# objects right away.
9+
import django
1010
from django_prometheus import middleware, models
1111

1212
__all__ = ["middleware", "models", "pip_prometheus"]

0 commit comments

Comments
 (0)