Enrique Sánchez has proposed merging
~enriqueesanchz/launchpad:fix-linter-archiveuploader into launchpad:master.
Commit message:
Fix E501 linter archiveuploader/changesfile.py
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~enriqueesanchz/launchpad/+git/launchpad/+merge/492600
--
Your team Launchpad code reviewers is requested to review the proposed merge of
~enriqueesanchz/launchpad:fix-linter-archiveuploader into launchpad:master.
diff --git a/lib/lp/archiveuploader/changesfile.py b/lib/lp/archiveuploader/changesfile.py
index 050f15b..aa318d3 100644
--- a/lib/lp/archiveuploader/changesfile.py
+++ b/lib/lp/archiveuploader/changesfile.py
@@ -1,7 +1,7 @@
# Copyright 2009-2017 Canonical Ltd. This software is licensed under the
# GNU Affero General Public License version 3 (see the file LICENSE).
-""" ChangesFile class
+"""ChangesFile class
Classes representing Changes and DSC files, which encapsulate collections of
files uploaded.
@@ -337,7 +337,8 @@ class ChangesFile(SignableTagFile):
@property
def architecture_variants(self):
- """Return set of strings specifying architecture variants listed in file.
+ """Return set of strings specifying architecture variants listed in
+ file.
Can be empty.
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help : https://help.launchpad.net/ListHelp