Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Jul 22, 2024
1 parent 7fc57f4 commit 9417299
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion esmf_regrid/schemes.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
from iris.experimental.ugrid import Mesh as MeshXY
except ImportError:
raise exc

import numpy as np

from esmf_regrid import check_method, Constants
Expand Down
1 change: 0 additions & 1 deletion esmf_regrid/tests/unit/schemes/test__mesh_to_MeshInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from iris.experimental.ugrid import Mesh as MeshXY
except ImportError:
raise exc

import numpy as np
from numpy import ma
import scipy.sparse
Expand Down

0 comments on commit 9417299

Please sign in to comment.