Closed
Description
Just wanted to let y'all know that you can remove stuff like this now that your minimum supported Python version is 3.7.
I put those in because the version of the typing
library for specifically 3.5.0 and 3.5.1 only has a subset of the type definitions present for newer versions. Since the typehints are all in comments (another thing you can change now that you don't support 2.7 anymore), the imports were only necessary when running mypy
, thus the except: pass
rather than stubbing.
Metadata
Metadata
Assignees
Labels
No labels