You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, the code should be absolutely fine. The error only arises when running sphinx on our code - not sure why. I'm closing this while I investigate further where the issue is.
Hi!
I think PR #260 introduced a
TypeError
:Line 86 of
_common.py
reads:and leads to
AssertionError: Invalid annotation for 'cand'. None is not a class.
from this line in functools.Is a problem with using python 3.7?
Thanks a lot!
The text was updated successfully, but these errors were encountered: