We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi!
I think PR #260 introduced a TypeError:
TypeError
Line 86 of _common.py reads:
_common.py
@resolve.register def _(cand: None) -> types.ModuleType:
and leads to AssertionError: Invalid annotation for 'cand'. None is not a class. from this line in functools.
AssertionError: Invalid annotation for 'cand'. None is not a class.
Is a problem with using python 3.7? Thanks a lot!
Hi!
I think PR #260 introduced a
TypeError:Line 86 of
_common.pyreads: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!