diff options
Diffstat (limited to 'gbp/scripts/clone_bb.py')
-rwxr-xr-x | gbp/scripts/clone_bb.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gbp/scripts/clone_bb.py b/gbp/scripts/clone_bb.py index a7e9c9f4..7cc6b9a2 100755 --- a/gbp/scripts/clone_bb.py +++ b/gbp/scripts/clone_bb.py @@ -32,9 +32,6 @@ import gbp.log from gbp.rpm.git import RpmGitRepository as GitRepository from gbp.bb import bb, init_tinfoil, guess_pkg -# pylint: disable=bad-continuation - - def guess_remote(tinfoil, source): """Guess the remote repository URL""" # Try to determine if a remote URL is referenced |