[classifyTools] semicolon

This commit is contained in:
Cosimo Lupo 2016-04-07 09:33:02 +01:00
parent 34d43aa797
commit 69bee48a8f

View File

@ -23,7 +23,7 @@ class Classifier:
Add a set to the classifier. Any iterable is accepted.
"""
if not set_of_things:
return;
return
self._dirty = True