Removed the cartopy ShapelyFeature import since it's not used

This commit is contained in:
srcarter3 2020-09-09 14:58:16 -06:00 committed by GitHub
parent 3bacee9d9c
commit bd7a893802
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,6 @@
"import cartopy.crs as ccrs\n",
"import warnings\n",
"import matplotlib.pyplot as plt\n",
"from cartopy.feature import ShapelyFeature\n",
"from shapely.geometry import Polygon\n",
"from metpy.plots import StationPlot\n",
"%matplotlib inline\n",