Reformat offlineimap/localeval.py

Add some spaces, remove lines,... now format is better (lintian).
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-29 20:21:45 +02:00
parent 0e477ca9cc
commit 9c865afbf0

View File

@ -17,11 +17,13 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import imp import imp
try: try:
import errno import errno
except: except:
pass pass
class LocalEval(object): class LocalEval(object):
"""Here is a powerfull but very dangerous option, of course.""" """Here is a powerfull but very dangerous option, of course."""