mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-16 19:12:21 +03:00
Run formatting
This commit is contained in:
parent
36c2d757ce
commit
6118b17340
|
@ -1,5 +1,6 @@
|
|||
import re
|
||||
from collections import OrderedDict
|
||||
|
||||
try:
|
||||
from collections.abc import Iterable
|
||||
except ImportError:
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
import inspect
|
||||
from collections import OrderedDict
|
||||
|
||||
try:
|
||||
from collections.abc import Mapping
|
||||
except ImportError:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import json
|
||||
|
||||
try:
|
||||
from collections.abc import Mapping
|
||||
except ImportError:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
from collections import OrderedDict
|
||||
|
||||
try:
|
||||
from collections.abc import Mapping
|
||||
except ImportError:
|
||||
|
|
Loading…
Reference in New Issue
Block a user