ruff
d350ede9 - Remove unicode flag from comparable (#8440)

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"`.
Author
Parents
Loading