summaryrefslogtreecommitdiff
path: root/examples/postgis/postgis.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/postgis/postgis.py')
-rw-r--r--examples/postgis/postgis.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/postgis/postgis.py b/examples/postgis/postgis.py
index 2b45b98f5..06df2ce66 100644
--- a/examples/postgis/postgis.py
+++ b/examples/postgis/postgis.py
@@ -10,7 +10,7 @@ from sqlalchemy.types import UserDefinedType
# Python datatypes
-class GisElement(object):
+class GisElement:
"""Represents a geometry value."""
def __str__(self):