summaryrefslogtreecommitdiff
path: root/django/db/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/db/__init__.py')
-rw-r--r--django/db/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/db/__init__.py b/django/db/__init__.py
index a00dc788dc..5708c1c5de 100644
--- a/django/db/__init__.py
+++ b/django/db/__init__.py
@@ -23,7 +23,7 @@ router = ConnectionRouter()
# that the database backends care about.
# We load all these up for backwards compatibility, you should use
# connections['default'] instead.
-class DefaultConnectionProxy(object):
+class DefaultConnectionProxy:
"""
Proxy for accessing the default DatabaseWrapper object's attributes. If you
need to access the DatabaseWrapper object itself, use