Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 13, 2024
1 parent f69b73f commit 88bcf21
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion benchmarks/benchmarks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Benchmark tests for iris-esmf-regrid."""


from os import environ


Expand Down
1 change: 1 addition & 0 deletions benchmarks/benchmarks/generate_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
benchmark sequence runs over two different Python versions.
"""

from inspect import getsource
from os import environ
from pathlib import Path
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Integration tests for :func:`esmf_regrid.experimental.unstructured_scheme.regrid_unstructured_to_rectilinear`."""


import os

import iris
Expand Down

0 comments on commit 88bcf21

Please sign in to comment.