summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/json.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/json.py')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/json.py b/lib/sqlalchemy/dialects/postgresql/json.py
index a8b03bd48..c68671918 100644
--- a/lib/sqlalchemy/dialects/postgresql/json.py
+++ b/lib/sqlalchemy/dialects/postgresql/json.py
@@ -221,7 +221,7 @@ class JSON(sqltypes.JSON):
.. versionadded:: 1.1
"""
- super(JSON, self).__init__(none_as_null=none_as_null)
+ super().__init__(none_as_null=none_as_null)
if astext_type is not None:
self.astext_type = astext_type