Skip to content

Commit

Permalink
Fix import from collections
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jun 6, 2019
1 parent df207f7 commit 8b3d0cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion astropy/utils/timer.py
Expand Up @@ -4,7 +4,8 @@
# STDLIB
import time
import warnings
from collections import Iterable, OrderedDict
from collections import OrderedDict
from collections.abc import Iterable
from functools import partial, wraps

# THIRD-PARTY
Expand Down

0 comments on commit 8b3d0cc

Please sign in to comment.