Skip to content

Commit

Permalink
Add Point and Polygon to contrib.gis.geos (typeddjango#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Clarity authored Nov 6, 2020
1 parent a0d61c0 commit 1c4a7d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django-stubs/contrib/gis/geos/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ from .factory import fromfile as fromfile, fromstr as fromstr
from .geometry import GEOSGeometry as GEOSGeometry, hex_regex as hex_regex, wkt_regex as wkt_regex
from .io import WKBReader as WKBReader, WKBWriter as WKBWriter, WKTReader as WKTReader, WKTWriter as WKTWriter
from .linestring import LineString as LineString, LinearRing as LinearRing
from .point import Point as Point
from .polygon import Polygon as Polygon

0 comments on commit 1c4a7d2

Please sign in to comment.