Run formatting

This commit is contained in:
Jonathan Kim 2021-07-16 17:53:21 +01:00
parent 36c2d757ce
commit 6118b17340
4 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import re
from collections import OrderedDict
try:
from collections.abc import Iterable
except ImportError:

View File

@ -1,5 +1,6 @@
import inspect
from collections import OrderedDict
try:
from collections.abc import Mapping
except ImportError:

View File

@ -1,4 +1,5 @@
import json
try:
from collections.abc import Mapping
except ImportError:

View File

@ -1,4 +1,5 @@
from collections import OrderedDict
try:
from collections.abc import Mapping
except ImportError: