We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When I call issue.permalink(), mypy --strict returns an error:
issue.permalink()
mypy --strict
error: Call to untyped function "permalink" in typed context [no-untyped-call]
jira/jira/resources.py
Line 894 in 9900396
def permalink(self) -> str:
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem trying to solve
When I call
issue.permalink()
,mypy --strict
returns an error:Possible solution(s)
jira/jira/resources.py
Line 894 in 9900396
should be
Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: