entity.py
changeset 11109 c361260fe191
parent 11047 bfd11ffa79f7
child 11261 9e926f2dc84d
--- a/entity.py	Fri Feb 12 10:09:13 2016 +0100
+++ b/entity.py	Fri Feb 12 14:09:38 2016 +0100
@@ -20,7 +20,6 @@
 __docformat__ = "restructuredtext en"
 
 from warnings import warn
-from functools import partial
 
 from six import text_type, string_types, integer_types
 from six.moves import range