-
-
Notifications
You must be signed in to change notification settings - Fork 757
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore compatiblity with Python 3.6 (#1051)
## Description Fixes #1049 Removes from `typing` imports the `Literal` member which appears on Python 3.8. Since it's never used anyway, it shouldn't be here in a first place. Wonder how linting missed this 🤔 Also it seems adding target hooks overlooked the compat also. Since we might upgrade the base versions soon, the feature is just disabled for now
- Loading branch information
Showing
1 changed file
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters