Problem Statement
Currently Event and friends are exported behind the TYPE_CHECKING conditional. Meaning imports of these types must also be behind these conditionals.
cc @asottile-sentry
Solution Brainstorm
Export without the TYPE_CHECKING conditional
Problem Statement
Currently
Eventand friends are exported behind theTYPE_CHECKINGconditional. Meaning imports of these types must also be behind these conditionals.cc @asottile-sentry
Solution Brainstorm
Export without the
TYPE_CHECKINGconditional