Index: tools/skpbench/_benchresult.py |
diff --git a/tools/skpbench/_benchresult.py b/tools/skpbench/_benchresult.py |
index 3969b552b7734c0bc51ecb5d909f485caf4966de..32d760c57a37e0f82f30d6c4d4b4f8e8bc0be96e 100644 |
--- a/tools/skpbench/_benchresult.py |
+++ b/tools/skpbench/_benchresult.py |
@@ -3,7 +3,7 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-'''Parses an skpbench result from a line of output text.''' |
+"""Parses an skpbench result from a line of output text.""" |
from __future__ import print_function |
import re |