mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 07:06:41 +00:00
Fix lint.
This commit is contained in:
parent
3395ee8fc5
commit
bed2d33427
@ -181,7 +181,7 @@ def limited_content(
|
||||
with start_action(
|
||||
action_type="allmydata:storage:http-client:limited-content",
|
||||
max_length=max_length,
|
||||
).context() as action:
|
||||
).context():
|
||||
d = DeferredContext(d)
|
||||
|
||||
# Make really sure everything gets called in Deferred context, treq might
|
||||
|
Loading…
Reference in New Issue
Block a user