From 37415317892c98616239c055d4b3a4869dd9d2b4 Mon Sep 17 00:00:00 2001 From: cpelley Date: Wed, 19 Oct 2016 11:37:37 +0100 Subject: [PATCH] MAINT: Failing unrelated pep8 --- lib/iris/coord_systems.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/iris/coord_systems.py b/lib/iris/coord_systems.py index 1d23225940..51a95f4506 100644 --- a/lib/iris/coord_systems.py +++ b/lib/iris/coord_systems.py @@ -914,11 +914,11 @@ def __repr__(self): return ("LambertAzimuthalEqualArea(latitude_of_projection_origin={!r}," " longitude_of_projection_origin={!r}, false_easting={!r}," " false_northing={!r}, ellipsoid={!r})").format( - self.latitude_of_projection_origin, - self.longitude_of_projection_origin, - self.false_easting, - self.false_northing, - self.ellipsoid) + self.latitude_of_projection_origin, + self.longitude_of_projection_origin, + self.false_easting, + self.false_northing, + self.ellipsoid) def as_cartopy_crs(self): if self.ellipsoid is not None: