From 68b41fc82fc24356ade251a4eb9af75c576cab86 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Tue, 10 Sep 2019 14:25:35 +0200 Subject: [PATCH] Drop workaround for an old pylint bug Signed-off-by: Mattia Rizzolo --- ubuntutools/archive.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ubuntutools/archive.py b/ubuntutools/archive.py index 5e07d98..71c7807 100644 --- a/ubuntutools/archive.py +++ b/ubuntutools/archive.py @@ -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: