# HG changeset patch # User Denis Laxalde # Date 1455282578 -3600 # Node ID c361260fe1915a939c5611a4ea744f3787ffce65 # Parent c14087d086982c7a1d4814b01acdfc07d4401f8c Remove unused import in entity.py diff -r c14087d08698 -r c361260fe191 entity.py --- 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