mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-05 09:59:24 +00:00
Add workaround for Shoobx/mypy-zope#26.
This commit is contained in:
parent
d1ea36781a
commit
8da82e9ed5
@ -61,7 +61,11 @@ class IToken(ICredentials):
|
||||
pass
|
||||
|
||||
|
||||
@implementer(IToken)
|
||||
# Shoobx/mypy-zope#26
|
||||
_itoken_impl = implementer(IToken)
|
||||
|
||||
|
||||
@_itoken_impl
|
||||
@attr.s
|
||||
class Token(object):
|
||||
proposed_token = attr.ib(type=bytes)
|
||||
|
Loading…
x
Reference in New Issue
Block a user