Reformat offlineimap/error.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:15:55 +02:00
parent efcfd6b919
commit ceec91e0e6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class OfflineImapError(Exception):
:type severity: OfflineImapError.ERROR value"""
self.errcode = errcode
self.errcode = errcode
self.severity = severity
# 'reason' is stored in the Exception().args tuple.