Open
Description
Problem trying to solve
When I call issue.permalink()
, mypy --strict
returns an error:
error: Call to untyped function "permalink" in typed context [no-untyped-call]
Possible solution(s)
Line 894 in 9900396
should be
def permalink(self) -> str:
Alternatives
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
No labels