Skip to content

Commit

Permalink
Add default imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DPeterK committed May 1, 2018
1 parent 63136ef commit b48d826
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/iris/experimental/representation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"""

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


class CubeRepresentation(object):
"""
Expand Down

0 comments on commit b48d826

Please sign in to comment.