Skip to content

Commit

Permalink
Fix cov
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Jul 28, 2022
1 parent 31c9a21 commit c8d2351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoalchemy2/shape.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from .elements import WKBElement
from .elements import WKTElement

if version.parse(shapely.__version__) < version.parse('1.7'):
if version.parse(shapely.__version__) < version.parse('1.7'): # pragma: no cover
######################################################################
# Backport function from Shapely 1.7
from shapely.geometry.base import geom_factory
Expand Down

0 comments on commit c8d2351

Please sign in to comment.