Skip to content

Commit

Permalink
import shapely
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana Ordonez committed May 2, 2024
1 parent f7d38c8 commit cee8d2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pcmdi_metrics/monsoon_sperber/driver_monsoon_sperber.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
from glob import glob
from shutil import copyfile

# isort: off
import shapely # noqa: F401

# isort: on
import cdms2
import cdtime
import cdutil
Expand Down

0 comments on commit cee8d2b

Please sign in to comment.