Fix a pep8 violation

This commit is contained in:
Ned Batchelder
2015-07-08 11:14:50 -04:00
parent 43ba78bad7
commit ac6ab5da6e

View File

@@ -38,6 +38,7 @@ git = repo.git
PEOPLE_YAML = "https://raw.githubusercontent.com/edx/repo-tools/master/people.yaml"
class memoized(object):
"""
Decorator. Caches a function's return value each time it is called.