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 27, 2025
1 parent f5ddd88 commit 27d0800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions lib/iris/tests/integration/test_pickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
# Import iris.tests first so that some things can be initialised before
# importing anything else.
import iris.tests as tests # isort:skip
from iris.tests import MIN_PICKLE_PROTOCOL

import pickle

import pytest

import iris
from iris.tests import MIN_PICKLE_PROTOCOL

TESTED_PROTOCOLS = list(range(MIN_PICKLE_PROTOCOL, pickle.HIGHEST_PROTOCOL + 1))

Expand Down
3 changes: 1 addition & 2 deletions lib/iris/tests/test_pickling.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# Import iris tests first so that some things can be initialised
# before importing anything else.
import iris.tests as tests # isort:skip
from iris.tests import MIN_PICKLE_PROTOCOL

import io
import pickle

Expand All @@ -17,6 +15,7 @@

import iris
from iris._lazy_data import as_concrete_data, as_lazy_data
from iris.tests import MIN_PICKLE_PROTOCOL


class TestPickle(tests.IrisTest):
Expand Down

0 comments on commit 27d0800

Please sign in to comment.