From 36e9e98bb6cf12f65e10de75eae19d02802f241f Mon Sep 17 00:00:00 2001 From: jfbu Date: Sat, 18 Feb 2017 11:54:29 +0100 Subject: [PATCH] fix flake8 violation --- sphinx/builders/html.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sphinx/builders/html.py b/sphinx/builders/html.py index 47c494dfc..f777ecacc 100644 --- a/sphinx/builders/html.py +++ b/sphinx/builders/html.py @@ -63,6 +63,7 @@ LAST_BUILD_FILENAME = 'last_build' logger = logging.getLogger(__name__) return_codes_re = re.compile('[\r\n]+') + def get_stable_hash(obj): # type: (Any) -> unicode """