Skip to content

Commit 9bedcdc

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Remove import of deprecated module"
2 parents 819d2d1 + 1ea0e3e commit 9bedcdc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cloudkitty/utils/validation.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
# under the License.
1414
#
1515
"""Common utils for voluptuous schema validation"""
16-
try:
17-
from collections.abc import Iterable
18-
except ImportError:
19-
from collections import Iterable
16+
from collections.abc import Iterable
2017
import functools
2118
import voluptuous
2219

0 commit comments

Comments
 (0)