Skip to content

Commit 9402254

Browse files
authored
Update decorators.py
Because of the change in the structure of the "collections" module, I change a bit.
1 parent fa15fac commit 9402254

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/wrf/decorators.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import (absolute_import, division, print_function)
22

3-
from collections import Iterable, OrderedDict
3+
from collections import OrderedDict
4+
from collections.abc import Iterable
45

56
import wrapt
67
import numpy as np

0 commit comments

Comments
 (0)