- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
A suspicious typing error in pretty.py #2625
Comments
It probably should be typed. Although coincedantaly it has still having the desired effect. Would you like to PR? |
Sure, I created a PR. |
I hope we solved your problem. If you like using Rich, you might also enjoy Textual |
This was referenced Jan 9, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, the dataclass "Node" inside pretty.py has a field "key_separator" untyped, which makes this field actually a class attribute. I think this is uncommon for a dataclass. Is this field deliberately kept untyped, or simply a coding error?
Thanks in advance!
The text was updated successfully, but these errors were encountered: