diff options
Diffstat (limited to 'gbp/scripts/buildpackage_bb.py')
-rw-r--r-- | gbp/scripts/buildpackage_bb.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gbp/scripts/buildpackage_bb.py b/gbp/scripts/buildpackage_bb.py index 95c66368..340724c8 100644 --- a/gbp/scripts/buildpackage_bb.py +++ b/gbp/scripts/buildpackage_bb.py @@ -42,9 +42,6 @@ from gbp.scripts.common.pq import is_pq_branch, pq_branch_base from gbp.bb import (bb, init_tinfoil, guess_bb_path, BBFile, bb_from_repo, pkg_version, parse_bb) -# pylint: disable=bad-continuation - - def guess_export_params(repo, options): """Get commit and tree from where to export packaging and patches""" tree = None |