Follow PEP 8
This commit is contained in:
parent
31687608dc
commit
2c9f00d37a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ def check_parameter(filepath, request, parameter):
|
||||||
|
|
||||||
if example and schema:
|
if example and schema:
|
||||||
try:
|
try:
|
||||||
print ("Checking request schema for: %r %r" % (
|
print("Checking request schema for: %r %r" % (
|
||||||
filepath, request
|
filepath, request
|
||||||
))
|
))
|
||||||
check_schema(filepath, example, schema)
|
check_schema(filepath, example, schema)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue