python-discord / sir-robin

Our event bot, for managing community events.
MIT License
18 stars 14 forks source link

Fix `KeyError` for `ast.JoinedStr` #35

Closed thatbirdguythatuknownot closed 2 years ago

thatbirdguythatuknownot commented 2 years ago

Fixed the KeyError occuring when ast.JoinedStr is looked up in the precedence table. Does not fix ast.JoinedStr being unparsed to a form against PEP 9001.