summaryrefslogtreecommitdiff
path: root/examples/polymorph/polymorph2.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/polymorph/polymorph2.py')
-rw-r--r--examples/polymorph/polymorph2.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/polymorph/polymorph2.py b/examples/polymorph/polymorph2.py
index 99ee6c34c..eebac80c1 100644
--- a/examples/polymorph/polymorph2.py
+++ b/examples/polymorph/polymorph2.py
@@ -94,8 +94,6 @@ class PersonLoader(MapperExtension):
return False
else:
return True
-
-
people_mapper = mapper(Person, person_join, extension=PersonLoader())