Removed BaseSpatialOperations.geometry.

Unused since 26996e2d55.
This commit is contained in:
Tim Graham 2020-11-08 18:16:43 -05:00 committed by Mariusz Felisiak
parent 84ca7b8602
commit 69ffaa297c
1 changed files with 1 additions and 2 deletions

View File

@ -23,9 +23,8 @@ class BaseSpatialOperations:
def select_extent(self):
return self.select
# Does the spatial database have a geometry or geography type?
# Does the spatial database have a geography type?
geography = False
geometry = False
# Aggregates
disallowed_aggregates = ()