diff options
author | Benjamin Schubert <contact@benschubert.me> | 2020-07-03 11:33:17 +0100 |
---|---|---|
committer | Benjamin Schubert <contact@benschubert.me> | 2020-07-03 11:46:29 +0100 |
commit | 2833a6abd562a628f4039e74a1dadf12661d2b6d (patch) | |
tree | 874362f70d15e42babc6f9c578d6822b8efee0f8 /src/buildstream/_frontend/complete.py | |
parent | 94dcc28121a57f5e292ce653ef4b760a7ad3b6a4 (diff) | |
download | buildstream-bschubert/isort.tar.gz |
setup.cfg: Use isort to sort our importsbschubert/isort
Diffstat (limited to 'src/buildstream/_frontend/complete.py')
-rw-r--r-- | src/buildstream/_frontend/complete.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_frontend/complete.py b/src/buildstream/_frontend/complete.py index 45e857e3e..4afd75c92 100644 --- a/src/buildstream/_frontend/complete.py +++ b/src/buildstream/_frontend/complete.py @@ -36,7 +36,7 @@ import copy import os import click -from click.core import MultiCommand, Option, Argument +from click.core import Argument, MultiCommand, Option from click.parser import split_arg_string WORDBREAK = "=" |