Update compat.py MissingType results after PGJSONField removal (#1423)

As mentioned in https://github.com/graphql-python/graphene-django/pull/1421/files#r1221711648
This commit is contained in:
Steven DeMartini 2023-06-07 10:06:37 -07:00 committed by GitHub
parent 3e7a16af73
commit 2358bd30a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,4 +13,4 @@ try:
RangeField,
)
except ImportError:
IntegerRangeField, ArrayField, HStoreField, RangeField = (MissingType,) * 5
IntegerRangeField, ArrayField, HStoreField, RangeField = (MissingType,) * 4