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
I recently added _box_drawing.py which has the following line:
_box_drawing.py
Quad: TypeAlias = tuple[int, int, int, int]
This is an error on Python 3.7, however it did not fail in CI which is very puzzling. Here's a CI run which I would have expected to fail: https://github.com/Textualize/textual/actions/runs/7006265082
We should investigate why this didn't fail. Otherwise we could be oblivious to such errors in the future.
The text was updated successfully, but these errors were encountered:
Don't forget to star the repository!
Follow @textualizeio for Textual updates.
Sorry, something went wrong.
darrenburns
No branches or pull requests
I recently added
_box_drawing.py
which has the following line:This is an error on Python 3.7, however it did not fail in CI which is very puzzling. Here's a CI run which I would have expected to fail: https://github.com/Textualize/textual/actions/runs/7006265082
We should investigate why this didn't fail. Otherwise we could be oblivious to such errors in the future.
The text was updated successfully, but these errors were encountered: