Bug 1559975 - fix python2 linter errors for testing/runtimes r=ahal

Differential Revision: https://phabricator.services.mozilla.com/D37615

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Edwin Gao 2019-07-16 17:46:06 +00:00
Родитель 6ce175cc67
Коммит 346d648216
2 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,7 @@
#!/usr/bin/env python
from __future__ import absolute_import, print_function
from argparse import ArgumentParser
from collections import defaultdict
import datetime

Просмотреть файл

@ -27,7 +27,6 @@ py2:
- testing/mochitest
- testing/mozharness
- testing/raptor
- testing/runtimes
- testing/tools
- testing/tps
- testing/web-platform