Drop workaround for an old pylint bug

Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
Mattia Rizzolo 2019-09-10 14:25:35 +02:00
parent 434ca8952e
commit 68b41fc82f
No known key found for this signature in database
GPG Key ID: 0816B9E18C762BAD

View File

@ -613,10 +613,7 @@ def rmadison(url, package, suite=None, arch=None):
if suite:
suite = suite.replace('-proposed-updates', '-p-u')
# pylint bug: http://www.logilab.org/ticket/46273
# pylint: disable=E1103
for line in output.strip().splitlines():
# pylint: enable=E1103
pkg, ver, dist, archs = [x.strip() for x in line.split('|')]
comp = 'main'
if '/' in dist: