From 9292cae8d2bce69f1627414bca9744bf060d0e6e Mon Sep 17 00:00:00 2001 From: Armen Zambrano G Date: Fri, 1 Jul 2016 10:38:48 -0400 Subject: [PATCH] Fix flake8 issue --- test/test_misc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_misc.py b/test/test_misc.py index 06bc424..d60bf14 100644 --- a/test/test_misc.py +++ b/test/test_misc.py @@ -3,6 +3,7 @@ from mozci.utils.misc import _all_urls_reachable + # XXX: We could also patch requests.head to speed things up @pytest.mark.parametrize("urls,result", [ (["https://github.com/mozilla/mozilla_ci_tools", "https://github.com/mozilla/404"], False),