mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Follow PEP 8
This commit is contained in:
parent
31687608dc
commit
2c9f00d37a
|
|
@ -58,7 +58,7 @@ def check_parameter(filepath, request, parameter):
|
|||
|
||||
if example and schema:
|
||||
try:
|
||||
print ("Checking request schema for: %r %r" % (
|
||||
print("Checking request schema for: %r %r" % (
|
||||
filepath, request
|
||||
))
|
||||
check_schema(filepath, example, schema)
|
||||
|
|
|
|||
Loading…
Reference in a new issue