Skip to content

Commit c1aa5fa

Browse files
authored
Update latlonutils.py
To avoid FutureWarning, Function "Iterable" should import from collections.abc.
1 parent 9402254 commit c1aa5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrf/latlonutils.py

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

3-
from collections import Iterable
3+
from collections.abc import Iterable
44

55
import numpy as np
66

0 commit comments

Comments
 (0)