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 9d5b3cb commit 3381e30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/iris/tests/integration/test_pickle.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
import iris.tests as tests # isort:skip

import pickle

import pytest

import iris


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


def pickle_cube(path, protocol):
# Ensure that data proxies are pickleable.
cube = iris.load(path)[0]
Expand Down

0 comments on commit 3381e30

Please sign in to comment.