Skip to content

Commit

Permalink
Cleaned up WinkelTripel super constructor
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Lucas <[email protected]>
  • Loading branch information
AgentOxygen and greglucas authored Oct 7, 2024
1 parent d550f65 commit 6210860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cartopy/crs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2511,7 +2511,7 @@ def __init__(self, central_longitude=0.0, globe=None):
('lon_0', central_longitude),
('lat_0', 0.0)]

super(WinkelTripel, self).__init__(proj4_params,
super().__init__(proj4_params,
central_longitude,
globe=globe)

Expand Down

0 comments on commit 6210860

Please sign in to comment.