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 Jul 22, 2024
1 parent 19fbc9f commit 99308cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/iris/fileformats/netcdf/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,12 +582,12 @@ def load_cubes(file_sources, callback=None, constraints=None):
# TODO: complete iris.ugrid replacement
# into standard behaviour.
# Deferred import to avoid circular imports.
from iris.io import run_callback
from iris.ugrid.cf import CFUGridReader
from iris.ugrid.load import (
_build_mesh_coords,
_meshes_from_cf,
)
from iris.io import run_callback

# Create a low-level data-var filter from the original load constraints, if they are suitable.
var_callback = _translate_constraints_to_var_callback(constraints)
Expand Down

0 comments on commit 99308cd

Please sign in to comment.