Hi!
I think PR #260 introduced a TypeError:
Line 86 of _common.py reads:
@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.
Is a problem with using python 3.7?
Thanks a lot!