diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-12-16 18:32:18 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-12-26 14:54:05 -0500 |
commit | d0988f8073c02c32888bfc353846b6423a3e183c (patch) | |
tree | 49e30eef43b7d234c7b28aad5eaee54574faa7c6 /buildstream | |
parent | 26d135ba82e79919f89a5caa86e3066dc11d7386 (diff) | |
download | buildstream-d0988f8073c02c32888bfc353846b6423a3e183c.tar.gz |
_frontend/cli.py: Fixing new (unnecessary-pass) linter errors
Diffstat (limited to 'buildstream')
-rw-r--r-- | buildstream/_frontend/cli.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/buildstream/_frontend/cli.py b/buildstream/_frontend/cli.py index 26bdf0a92..29fc4cf54 100644 --- a/buildstream/_frontend/cli.py +++ b/buildstream/_frontend/cli.py @@ -673,7 +673,6 @@ def checkout(app, element, location, force, deps, integrate, hardlinks, tar): @cli.group(short_help="Manipulate sources for an element") def source(): """Manipulate sources for an element""" - pass ################################################################## @@ -822,7 +821,6 @@ def source_checkout(app, element, location, force, deps, fetch_, except_, @cli.group(short_help="Manipulate developer workspaces") def workspace(): """Manipulate developer workspaces""" - pass ################################################################## @@ -1000,7 +998,6 @@ def _classify_artifacts(names, cas, project_directory): @cli.group(short_help="Manipulate cached artifacts") def artifact(): """Manipulate cached artifacts""" - pass ################################################################ |