From 90814a40b82e559ebfa999df2121ba2e8e32500f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 8 Oct 2010 17:17:34 -0400 Subject: Fix the obvious errors identified by pyflakes. Skip false positives (mostly due to _() interpolation) and a few other problems that did not have immediately obvious fixes. --- src/mailman/database/types.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mailman/database/types.py') diff --git a/src/mailman/database/types.py b/src/mailman/database/types.py index a4e76a7e8..707fd345c 100644 --- a/src/mailman/database/types.py +++ b/src/mailman/database/types.py @@ -26,8 +26,6 @@ __all__ = [ ] -import sys - from storm.properties import SimpleProperty from storm.variables import Variable -- cgit v1.2.3-70-g09d2