Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(857)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/extract_reference_link.py

Issue 1806393002: Run yapf on files in webkit/layout_tests/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/extract_reference_link.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/extract_reference_link.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/extract_reference_link.py
index e21d73d4f841d3d2fb41a6ebe2ae668e863c21cd..c0795d84a15d8284014ca4c6ae240e2f0bf68935 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/extract_reference_link.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/reftests/extract_reference_link.py
@@ -22,15 +22,12 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
"""Utility module for reftests."""
-
from HTMLParser import HTMLParser
class ExtractReferenceLinkParser(HTMLParser):
-
def __init__(self):
HTMLParser.__init__(self)
self.matches = []

Powered by Google App Engine
This is Rietveld 408576698