cleanup: pep8
also remove empty class parenthesis
This commit is contained in:
@@ -24,7 +24,7 @@ import pickle
|
||||
import re
|
||||
|
||||
|
||||
class SpellChecker():
|
||||
class SpellChecker:
|
||||
"""
|
||||
A basic spell checker.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user