From 532045c68c6325fa90d74572b6c035c666470849 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 27 Mar 2016 22:14:47 -0400 Subject: Import order flake8 plugin. Fix lots of import order errors discovered by the new plugin. --- src/mailman/interfaces/mlistrequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/interfaces/mlistrequest.py') diff --git a/src/mailman/interfaces/mlistrequest.py b/src/mailman/interfaces/mlistrequest.py index 731caf147..45712ed86 100644 --- a/src/mailman/interfaces/mlistrequest.py +++ b/src/mailman/interfaces/mlistrequest.py @@ -18,7 +18,7 @@ """Interface for a web request accessing a mailing list.""" from mailman import public -from zope.interface import Interface, Attribute +from zope.interface import Attribute, Interface @public -- cgit v1.2.3-70-g09d2