diff options
author | Gökçen Nurlu <gnurlu1@bloomberg.net> | 2017-12-05 16:09:39 +0000 |
---|---|---|
committer | Gökçen Nurlu <gnurlu1@bloomberg.net> | 2017-12-07 14:25:40 +0000 |
commit | 7674f6a137541072bfe60a77502d67698b47b703 (patch) | |
tree | 0212d5f6cbb70d2eedcfbe7a058b1db44eeec79a /buildstream/_frontend/complete.py | |
parent | 3d973142f8ae27c0ba5618d79ad416925b81df90 (diff) | |
download | buildstream-7674f6a137541072bfe60a77502d67698b47b703.tar.gz |
Remove unused imports
Diffstat (limited to 'buildstream/_frontend/complete.py')
-rw-r--r-- | buildstream/_frontend/complete.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/buildstream/_frontend/complete.py b/buildstream/_frontend/complete.py index 6294e6eae..346ee7859 100644 --- a/buildstream/_frontend/complete.py +++ b/buildstream/_frontend/complete.py @@ -20,13 +20,10 @@ import collections import copy import os -import sys -import re -import click -from click.parser import split_arg_string +import click from click.core import MultiCommand, Option, Argument - +from click.parser import split_arg_string WORDBREAK = '=' |