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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mypy raises an error because of
mypy
termgraph/termgraph/__init__.py
Line 73 in de146a0
it raises
termgraph\__init__.py:74: error: Incompatible types in assignment (expression has type "float", variable has type "int")
This is because of type annotation in function parameters
Line 72 in de146a0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mypy
raises an error because oftermgraph/termgraph/__init__.py
Line 73 in de146a0
it raises
This is because of type annotation in function parameters
termgraph/termgraph/__init__.py
Line 72 in de146a0
The text was updated successfully, but these errors were encountered: