ruff
d350ede9
- Remove unicode flag from comparable (#8440)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Remove unicode flag from comparable (#8440) ## Summary This PR removes the `unicode` flag from the string literal in `ComparableExpr`. This flag isn't required as all strings are unicode in Python 3 so `"foo" == u"foo"`.
References
#8440 - Remove unicode flag from comparable
Author
dhruvmanila
Parents
a8a72306
Loading