mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-30 09:48:56 +00:00
Expand comment to provide more context.
This commit is contained in:
parent
99da74fffb
commit
51b0b201b4
@ -61,7 +61,12 @@ class IToken(ICredentials):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
# Shoobx/mypy-zope#26
|
# Workaround for Shoobx/mypy-zope#26, where without suitable
|
||||||
|
# stubs for twisted classes (ICredentials), IToken does not
|
||||||
|
# appear to be an Interface. The proper fix appears to be to
|
||||||
|
# create stubs for twisted
|
||||||
|
# (https://twistedmatrix.com/trac/ticket/9717). For now,
|
||||||
|
# bypassing the inline decorator syntax works around the issue.
|
||||||
_itoken_impl = implementer(IToken)
|
_itoken_impl = implementer(IToken)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user