Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Jul 23, 2020
1 parent a3efdf7 commit a1dd9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ via WFS, then convert the outpus to ``GeoDataFrame`` and ``xarray.Dataset`` usin

.. code-block:: python
from pygeoogc import WFS, WMS, MatchCRS
from shapely.geometry import Polygon
import pygeoutils as geoutils
from pygeoogc import WFS, WMS
from shapely.geometry import Polygon
geometry = Polygon(
Expand Down

0 comments on commit a1dd9b4

Please sign in to comment.