Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/770959 )

Change subject: [flake] remove E501 flake8 exception at wikisource
......................................................................

[flake] remove E501 flake8 exception at wikisource

Change-Id: I32bcb85f25a778fb1456473c8eaa98de92996d9c
---
M pywikibot/families/wikisource_family.py
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved



diff --git a/pywikibot/families/wikisource_family.py 
b/pywikibot/families/wikisource_family.py
index 7fc3000..3ca00b8 100644
--- a/pywikibot/families/wikisource_family.py
+++ b/pywikibot/families/wikisource_family.py
@@ -16,11 +16,11 @@
     name = 'wikisource'

     closed_wikis = [
-        # 
https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist  # 
noqa: E501
+        # 
https://noc.wikimedia.org/conf/highlight.php?file=dblists/closed.dblist
         'ang', 'ht',
     ]
     removed_wikis = [
-        # 
https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist  # 
noqa: E501
+        # 
https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist
         'tokipona',
     ]


--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/770959
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I32bcb85f25a778fb1456473c8eaa98de92996d9c
Gerrit-Change-Number: 770959
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to