Skip to content

Commit

Permalink
Revert "Fix Python 3.10 compatibility (collections.abc imports)"
Browse files Browse the repository at this point in the history
  • Loading branch information
mcanning authored Feb 25, 2022
1 parent 5db7f9e commit 7784766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dyn/tm/services/dsf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""This module contains wrappers for interfacing with every element of a
Traffic Director (DSF) service.
"""
from collections.abc import Iterable
from collections import Iterable
from dyn.compat import force_unicode, string_types
from dyn.tm.utils import APIList, Active
from dyn.tm.errors import DynectInvalidArgumentError
Expand Down

0 comments on commit 7784766

Please sign in to comment.