Removed unused variables

These variables are not used
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-30 13:55:30 +02:00
parent 8cbdc65ebf
commit e4cb1a93be

View File

@ -152,11 +152,11 @@ class MappedIMAPFolder(IMAPFolder):
)
try:
del self.diskr2l[ruid]
except KeyError as e:
except KeyError:
self.ui.warn(errorMessage.format(ruid))
try:
del self.diskl2r[luid]
except KeyError as e:
except KeyError:
self.ui.warn(errorMessage.format(ruid))
# Now, assign negative UIDs to local items.