-
-
Notifications
You must be signed in to change notification settings - Fork 892
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
def permalink(self): |
should be
def permalink(self) -> str:
Alternatives
No response
Additional Context
No response
vetleledaal
Metadata
Metadata
Assignees
Labels
No labels