[classifyTools] semicolon
This commit is contained in:
parent
34d43aa797
commit
69bee48a8f
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user