mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
Don't include reactor in comparison.
This commit is contained in:
parent
e409262e86
commit
0febc87456
@ -301,7 +301,7 @@ class StorageClient(object):
|
||||
_base_url: DecodedURL
|
||||
_swissnum: bytes
|
||||
_treq: Union[treq, StubTreq, HTTPClient] = field(eq=False)
|
||||
_clock: IReactorTime
|
||||
_clock: IReactorTime = field(eq=False)
|
||||
|
||||
@classmethod
|
||||
def from_nurl(
|
||||
|
Loading…
x
Reference in New Issue
Block a user