Skip to content

Commit 20039dc

Browse files
committed
suppress LGTM warning
1 parent f8b64e2 commit 20039dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

piccolo/columns/column_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ def __getattribute__(self, name: str):
10441044
###############################################################################
10451045

10461046

1047-
class JSON(Column):
1047+
class JSON(Column): # lgtm[py/missing-equals]
10481048
"""
10491049
Used for storing JSON strings. In Postgres, the JSON can be queried
10501050
directly. The data is stored as a string. This is preferable to JSONB

0 commit comments

Comments
 (0)