From dd357475fbc10d7fb823fe116293c553cfe32733 Mon Sep 17 00:00:00 2001 From: Mat Grove Date: Thu, 24 Jan 2013 23:03:36 +0000 Subject: Fix pep8 error. Change-Id: I91525475e17898d8096d934e3f9a21adc74cfff9 --- keystone/common/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keystone/common/utils.py b/keystone/common/utils.py index 2c194db5..f3bb3744 100644 --- a/keystone/common/utils.py +++ b/keystone/common/utils.py @@ -49,7 +49,7 @@ def read_cached_file(filename, cache_info, reload_func=None): :param reload_func: optional function to be called with data when file is reloaded due to a modification. - :returns: data from file + :returns: data from file. """ mtime = os.path.getmtime(filename) -- cgit