diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-04-12 14:19:49 -0700 |
---|---|---|
committer | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2017-04-18 12:32:40 -0700 |
commit | 68f6a6732771e0265bb656d189de4b76d8268033 (patch) | |
tree | c05a5499c439a607dc42bfc5e8932286f2d3c8f3 /.vscode | |
parent | 013eda440b1e203c06254a161e93156a5f761c3c (diff) |
Always generate body for python code elements
Since
#...
class Service:
class NextService:
#...
without a body or `pass` under `Service` is invalid
Python, we ensure a `pass` statement is always
emitted to make the generated code valid.
Diffstat (limited to '.vscode')
0 files changed, 0 insertions, 0 deletions