Skip to content

Commit

Permalink
Remove redundant parenthesis.
Browse files Browse the repository at this point in the history
modified:   src/ZPublisher/HTTPRequest.py
  • Loading branch information
jugmac00 committed Apr 16, 2019
1 parent 196bd65 commit d5ec913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZPublisher/HTTPRequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ def processInputs(
elif type_name == 'tuple':
tuple_items[key] = 1
flags = flags | SEQUENCE
elif (type_name == 'method' or type_name == 'action'):
elif type_name == 'method' or type_name == 'action':
if delim:
meth = key
else:
Expand Down

0 comments on commit d5ec913

Please sign in to comment.