Fix flake8 errors: E305 expected 2 blank lines after class or function definition

This commit is contained in:
Joseph Frazier
2017-03-08 19:53:54 -05:00
parent 78515c7bbb
commit e009f0a05b
9 changed files with 15 additions and 0 deletions
+4
View File
@@ -40,6 +40,8 @@ def memoize(fn):
return value
return wrapper
memoize.disabled = False
@@ -238,6 +240,8 @@ def cache(*depends_on):
return value
return _cache
cache.disabled = False