Merlijn van Deen has uploaded a new change for review. https://gerrit.wikimedia.org/r/85095
Change subject: pep8-ified scripts/tests/test_data_ingestion.py ...................................................................... pep8-ified scripts/tests/test_data_ingestion.py Change-Id: Ic5fa6cc94d09d16b1485497f69b3841194890c54 --- M scripts/tests/test_data_ingestion.py 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/95/85095/1 diff --git a/scripts/tests/test_data_ingestion.py b/scripts/tests/test_data_ingestion.py index 4ab2cb9..dac3974 100644 --- a/scripts/tests/test_data_ingestion.py +++ b/scripts/tests/test_data_ingestion.py @@ -44,7 +44,7 @@ |name=Sound icon |set=Crystal SVG icon set |source=http://commons.wikimedia.org/wiki/File:Sound-icon.svg -}}""") +}}""") # noqa class TestCSVReader(unittest.TestCase): @@ -69,7 +69,7 @@ |set=Crystal SVG icon set |source=http://commons.wikimedia.org/wiki/File:Sound-icon.svg |url=http://upload.wikimedia.org/wikipedia/commons/f/fc/MP_sounds.png -}}""") +}}""") # noqa if __name__ == "__main__": -- To view, visit https://gerrit.wikimedia.org/r/85095 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic5fa6cc94d09d16b1485497f69b3841194890c54 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Merlijn van Deen <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
