File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121
2222import pkg_resources
2323from semantic_version import Version
24- from setuptools .command .build import build as CommandBuild # type: ignore[import]
24+ from setuptools .command .build import build as CommandBuild
2525from setuptools .command .build_ext import build_ext as CommandBuildExt
2626from setuptools .command .build_ext import get_abi3_suffix
2727from typing_extensions import Literal
@@ -90,7 +90,7 @@ def finalize_options(self) -> None:
9090 self .data_dir = self .get_data_dir ()
9191
9292 if self .plat_name is None :
93- self .plat_name = cast ( # type: ignore[no-any-unimported]
93+ self .plat_name = cast (
9494 CommandBuild , self .get_finalized_command ("build" )
9595 ).plat_name
9696 assert isinstance (self .plat_name , str )
You can’t perform that action at this time.
0 commit comments