Kaydet (Commit) 1b9cbef1 authored tarafından Alex Gaynor's avatar Alex Gaynor

Small flake8 fixes -- number of blank lines between top level definitions

üst 832ab0db
...@@ -150,6 +150,7 @@ class RenderContext(BaseContext): ...@@ -150,6 +150,7 @@ class RenderContext(BaseContext):
def __getitem__(self, key): def __getitem__(self, key):
return self.dicts[-1][key] return self.dicts[-1][key]
# This is a function rather than module-level procedural code because we only # This is a function rather than module-level procedural code because we only
# want it to execute if somebody uses RequestContext. # want it to execute if somebody uses RequestContext.
def get_standard_processors(): def get_standard_processors():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment