fix: A type alias cannot be final (#1024)

Addition of Python 3.10 to the checks exposed this.
This commit is contained in:
Henry Schreiner
2022-02-12 18:29:58 +01:00
committed by GitHub
parent 07be87f34c
commit 51b50db510
+1 -1
View File
@@ -45,7 +45,7 @@ resources_dir: Final = Path(__file__).parent / "resources"
install_certifi_script: Final = resources_dir / "install_certifi.py"
BuildFrontend: Final = Literal["pip", "build"]
BuildFrontend = Literal["pip", "build"]
MANYLINUX_ARCHS: Final = (
"x86_64",