Fix lint.
This commit is contained in:
parent
3395ee8fc5
commit
bed2d33427
@ -181,7 +181,7 @@ def limited_content(
|
|||||||
with start_action(
|
with start_action(
|
||||||
action_type="allmydata:storage:http-client:limited-content",
|
action_type="allmydata:storage:http-client:limited-content",
|
||||||
max_length=max_length,
|
max_length=max_length,
|
||||||
).context() as action:
|
).context():
|
||||||
d = DeferredContext(d)
|
d = DeferredContext(d)
|
||||||
|
|
||||||
# Make really sure everything gets called in Deferred context, treq might
|
# Make really sure everything gets called in Deferred context, treq might
|
||||||
|
Loading…
Reference in New Issue
Block a user