You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In text.py's Span(NamedTuple).repr() the if and else branches produce the same output. Either the if/else is not necessary, or branches need to handle different conditions.