Skip to content

Commit

Permalink
Fix pep8 error.
Browse files Browse the repository at this point in the history
Change-Id: I91525475e17898d8096d934e3f9a21adc74cfff9
  • Loading branch information
mjeg committed Jan 24, 2013
1 parent 7691276 commit dd35747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keystone/common/utils.py
Expand Up @@ -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)
Expand Down

0 comments on commit dd35747

Please sign in to comment.