Skip to content

Commit 8c31f54

Browse files
committed
minor
1 parent 3fbf51c commit 8c31f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spyne/server/twisted/http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def decompose_incoming_envelope(self, prot, ctx, message):
352352
ctx.in_body_doc[k] = val
353353

354354
r = {}
355-
for k,v in ctx.in_body_doc.items():
355+
for k, v in ctx.in_body_doc.items():
356356
l = []
357357
for v2 in v:
358358
if isinstance(v2, string_types):

0 commit comments

Comments
 (0)