Browse Source

Update decorators.py

Because of the change in the structure of the "collections" module, I change a bit.
lon0
muchojp 5 years ago committed by GitHub
parent
commit
9402254bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/wrf/decorators.py

3
src/wrf/decorators.py

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
from __future__ import (absolute_import, division, print_function)
from collections import Iterable, OrderedDict
from collections import OrderedDict
from collections.abc import Iterable
import wrapt
import numpy as np

Loading…
Cancel
Save