mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Docopt should not be needed for tests
This commit is contained in:
@@ -29,8 +29,6 @@ import random
|
||||
import pickle
|
||||
import difflib
|
||||
|
||||
from docopt import docopt
|
||||
|
||||
import parso
|
||||
from parso.utils import split_lines
|
||||
|
||||
@@ -248,5 +246,7 @@ def main(arguments):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
from docopt import docopt
|
||||
|
||||
arguments = docopt(__doc__)
|
||||
main(arguments)
|
||||
|
||||
Reference in New Issue
Block a user