Bug 1277787 - Temporary fix to green up flake8 lint job, r?AutomatedTester draft
authorAndrew Halberstadt <ahalberstadt@mozilla.com>
Fri, 03 Jun 2016 09:16:36 -0400
changeset 375133 2c1f5bb2b9512afba5907a34037c7d5931abd4e4
parent 375132 1330c510901a9c6b574532af366f0e9acb8beb8c
child 522767 c3a3e42dbd1aa46fdf46c6670dae4e620c45c55b
push id20170
push userahalberstadt@mozilla.com
push dateFri, 03 Jun 2016 13:17:46 +0000
reviewersAutomatedTester
bugs1277787
milestone49.0a1
Bug 1277787 - Temporary fix to green up flake8 lint job, r?AutomatedTester I propose this simple fix to get the job green again while I investigate the underlying issue. I'll file a new bug for it. MozReview-Commit-ID: L7hfM0Q9vd5
testing/marionette/client/marionette_driver/__init__.py
--- a/testing/marionette/client/marionette_driver/__init__.py
+++ b/testing/marionette/client/marionette_driver/__init__.py
@@ -1,11 +1,12 @@
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+# flake8: noqa
 
 __version__ = '2.0.0'
 
 from marionette_driver import (
     addons,
     by,
     date_time_value,
     decorators,