Skip to content

Commit

Permalink
MAINT: Failing unrelated pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
cpelley committed Nov 7, 2016
1 parent fb51730 commit 3741531
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/iris/coord_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3741531

Please sign in to comment.