From ac6ab5da6e484044d268cd52befd7ca45640947a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 8 Jul 2015 11:14:50 -0400 Subject: [PATCH] Fix a pep8 violation --- scripts/release.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/release.py b/scripts/release.py index f4389aa4f0..e1097a2563 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -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.