Imports cleanup
authorThierry Florac <tflorac@ulthar.net>
Wed, 24 Jun 2020 10:42:24 +0200
changeset 1387 6eb6e88e3365
parent 1386 6ea367aeb03c
child 1388 8c757af2fc50
Imports cleanup
src/pyams_content/features/thesaurus/interfaces.py
--- a/src/pyams_content/features/thesaurus/interfaces.py	Tue Jun 23 11:33:58 2020 +0200
+++ b/src/pyams_content/features/thesaurus/interfaces.py	Wed Jun 24 10:42:24 2020 +0200
@@ -10,13 +10,15 @@
 # FOR A PARTICULAR PURPOSE.
 #
 
-__docformat__ = 'restructuredtext'
-
 from zope.annotation import IAttributeAnnotatable
 from zope.interface import Interface
 
+from pyams_i18n.schema import I18nHTMLField
+
+
+__docformat__ = 'restructuredtext'
+
 from pyams_content import _
-from pyams_i18n.schema import I18nHTMLField
 
 
 THESAURUS_TERM_HTML_INFO_KEY = 'pyams_content.term.html_info'