Fix PEP8: E123 closing bracket does not match

indentation of opening bracket's line
This commit is contained in:
stv
2014-11-08 17:20:47 -08:00
parent 55de42d19c
commit 5a69feadeb
17 changed files with 23 additions and 19 deletions

View File

@@ -32,7 +32,7 @@ def create_cert_course():
min_price=16,
suggested_prices='32,64,128',
currency='usd',
)
)
def register():