mirror of
https://github.com/gryf/pythonhelper.git
synced 2025-12-19 04:20:20 +01:00
Code style.
This commit is contained in:
@@ -374,7 +374,6 @@ class SimplePythonTagsParser(object):
|
|||||||
# }}}
|
# }}}
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
|
|
||||||
def vimBufferIterator(vimBuffer):
|
def vimBufferIterator(vimBuffer):
|
||||||
for line in vimBuffer:
|
for line in vimBuffer:
|
||||||
yield line + "\n"
|
yield line + "\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user