We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9402254 commit c1aa5faCopy full SHA for c1aa5fa
src/wrf/latlonutils.py
@@ -1,6 +1,6 @@
1
from __future__ import (absolute_import, division, print_function)
2
3
-from collections import Iterable
+from collections.abc import Iterable
4
5
import numpy as np
6
0 commit comments