Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/gallery_code/oceanography/plot_load_nemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
them without the intervention shown here.
"""

from __future__ import unicode_literals

import matplotlib.pyplot as plt

import iris
Expand Down
3 changes: 0 additions & 3 deletions lib/iris/tests/unit/constraints/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
# See COPYING and COPYING.LESSER in the root of the repository for full
# licensing details.
"""Unit tests for the :mod:`iris._constraints` module."""

from __future__ import absolute_import, division, print_function
from six.moves import filter, input, map, range, zip # noqa
3 changes: 0 additions & 3 deletions lib/iris/tests/unit/constraints/test_NameConstraint.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
# licensing details.
"""Unit tests for the `iris._constraints.NameConstraint` class."""

from __future__ import absolute_import, division, print_function
from six.moves import filter, input, map, range, zip # noqa

# Import iris.tests first so that some things can be initialised before
# importing anything else.
import iris.tests as tests
Expand Down