Skip to content

Commit

Permalink
fix(cli): Python sample app template does not follow PEP8 (#8936)
Browse files Browse the repository at this point in the history
Classes should be surrounded by 2 blank lines according to PEP8

related PR: aws-samples/aws-cdk-intro-workshop#142

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
ojongerius authored Jul 8, 2020
1 parent 54e5c36 commit 0717919
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
core
)


class %name.PascalCased%Stack(core.Stack):

def __init__(self, scope: core.Construct, id: str, **kwargs) -> None:

0 comments on commit 0717919

Please sign in to comment.