commit | b38ad227051d03e731a80db3942a729485262bd4 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 22 11:31:22 2020 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 22 11:31:22 2020 -0700 |
tree | 071b77b9931f9b1672aeaa7d890450fcd904259e | |
parent | 6b731c48786bd30e9f8b86302dfb95a2640979a1 [diff] |
fix `EventType` bases `StrEnum` does not exist in 3.8, so use original `(str, enum.Enum)` bases.