We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8d8e93 + 49d2b8b commit f151745Copy full SHA for f151745
dyn/tm/services/dsf.py
@@ -2,7 +2,7 @@
2
"""This module contains wrappers for interfacing with every element of a
3
Traffic Director (DSF) service.
4
"""
5
-from collections import Iterable
+from collections.abc import Iterable
6
from dyn.compat import force_unicode, string_types
7
from dyn.tm.utils import APIList, Active
8
from dyn.tm.errors import DynectInvalidArgumentError
0 commit comments