mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-04-13 05:34:20 +03:00
fix black
This commit is contained in:
parent
6ccfaa3162
commit
d5041c65be
|
@ -13,6 +13,4 @@ try:
|
|||
RangeField,
|
||||
)
|
||||
except ImportError:
|
||||
IntegerRangeField, ArrayField, HStoreField, RangeField = (
|
||||
MissingType,
|
||||
) * 5
|
||||
IntegerRangeField, ArrayField, HStoreField, RangeField = (MissingType,) * 5
|
||||
|
|
Loading…
Reference in New Issue
Block a user