Skip to content

Commit

Permalink
Update compat.py MissingType results after PGJSONField removal (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdemartini authored Jun 7, 2023
1 parent 3e7a16a commit 2358bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_django/compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def __init__(self, *args, **kwargs):
RangeField,
)
except ImportError:
IntegerRangeField, ArrayField, HStoreField, RangeField = (MissingType,) * 5
IntegerRangeField, ArrayField, HStoreField, RangeField = (MissingType,) * 4

0 comments on commit 2358bd3

Please sign in to comment.