Base.py Comment unused code in savemessagelabels
This code is not used, we can comment it.
This commit is contained in:
parent
7ff65be690
commit
659b38bcf7
@ -531,8 +531,13 @@ class BaseFolder:
|
|||||||
so you need to ensure that it is never called in a
|
so you need to ensure that it is never called in a
|
||||||
dryrun mode."""
|
dryrun mode."""
|
||||||
|
|
||||||
|
"""
|
||||||
|
If this function is implemented,
|
||||||
|
then it should include this code:
|
||||||
|
|
||||||
if ignorelabels is None:
|
if ignorelabels is None:
|
||||||
ignorelabels = set()
|
ignorelabels = set()
|
||||||
|
"""
|
||||||
|
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user