mirror of https://github.com/explosion/spaCy.git
Remove unused variable
This commit is contained in:
parent
7dd134718a
commit
47ddce6eb7
|
@ -119,6 +119,5 @@ class CLI(object):
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
import plac
|
import plac
|
||||||
import sys
|
import sys
|
||||||
cli = CLI()
|
|
||||||
sys.argv[0] = 'spacy'
|
sys.argv[0] = 'spacy'
|
||||||
plac.Interpreter.call(CLI)
|
plac.Interpreter.call(CLI)
|
||||||
|
|
Loading…
Reference in New Issue