Skip to content

Commit

Permalink
Address flake8 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
smartlixx committed Mar 13, 2021
1 parent a67fee0 commit 977a75d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions lib/cartopy/mpl/geoaxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1005,11 +1005,12 @@ def stock_img(self, name='ne_shaded'):
"""
Add a standard image to the map.
Currently, there are 2 options.
1: 'ne_shaded'(default) a downsampled version of the Natural Earth shaded relief raster.
2: 'etopo1' a downsampled version of global relief model of Earth's surface that
integrates land topography and ocean bathymetry. This option is the same as the etopo1
from Basemap.
Currently, there are 2 options:
1. 'ne_shaded'(default) a downsampled version of the Natural Earth
shaded relief raster.
2. 'etopo1' a downsampled version of global relief model of Earth's
surface that integrates land topography and ocean bathymetry. This
option is the same as the etopo1 from Basemap.
"""
if name == 'ne_shaded':
import os
Expand Down

0 comments on commit 977a75d

Please sign in to comment.