Base.py Comment unused code in savemessagelabels

This code is not used, we can comment it.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-10-10 17:23:05 +02:00
parent 7ff65be690
commit 659b38bcf7

View File

@ -531,8 +531,13 @@ class BaseFolder:
so you need to ensure that it is never called in a
dryrun mode."""
"""
If this function is implemented,
then it should include this code:
if ignorelabels is None:
ignorelabels = set()
"""
raise NotImplementedError