Skip to content

Commit 060d163

Browse files
committed
Add default imports
1 parent 63136ef commit 060d163

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/iris/experimental/representation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
2121
"""
2222

23+
from __future__ import (absolute_import, division, print_function)
24+
from six.moves import (filter, input, map, range, zip) # noqa
25+
2326

2427
class CubeRepresentation(object):
2528
"""

0 commit comments

Comments
 (0)