Skip to content

Commit

Permalink
Merge pull request #142 from dyninc/revert-141-fix-python3.10-compat
Browse files Browse the repository at this point in the history
Revert "Fix Python 3.10 compatibility (collections.abc imports)"
  • Loading branch information
StoneTools authored Feb 25, 2022
2 parents 5db7f9e + 7784766 commit 12a0ee8
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 12a0ee8

Please sign in to comment.