jenkins-bot has submitted this change and it was merged.
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(-)
Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified
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__":
pywikibot-commits@lists.wikimedia.org