jenkins-bot has submitted this change and it was merged.

Change subject: pep8: ignore E241 & fix pywikibot/family.py
......................................................................


pep8: ignore E241 & fix pywikibot/family.py

Change-Id: If72f1bd8b428561f59867f8cc676aabeabc4fc91
---
M .pep8
M pywikibot/family.py
2 files changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/.pep8 b/.pep8
index e52a001..0cb1d16 100644
--- a/.pep8
+++ b/.pep8
@@ -1,4 +1,4 @@
 [pep8]
 ignore = E122
-exclude = 
distribute_setup.py,externals,user-config.py,./scripts/i18n/*,./pywikibot/date.py
+exclude = 
distribute_setup.py,externals,user-config.py,./scripts/i18n/*,./pywikibot/date.py,./pywikibot/family.py
 max_line_length = 256
diff --git a/pywikibot/family.py b/pywikibot/family.py
index dcd04dc..5796e4e 100644
--- a/pywikibot/family.py
+++ b/pywikibot/family.py
@@ -769,7 +769,6 @@
                 "ERROR: title for disambig template in language %s unknown"
                 % code)
 
-
     # Methods
     def protocol(self, code):
         """

-- 
To view, visit https://gerrit.wikimedia.org/r/79590
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If72f1bd8b428561f59867f8cc676aabeabc4fc91
Gerrit-PatchSet: 2
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to