chore: minor cleanup (#1475)

This commit is contained in:
Henry Schreiner
2023-04-18 06:06:18 -07:00
committed by GitHub
parent 063161f5af
commit 440e18c275
4 changed files with 8 additions and 20 deletions
+1
View File
@@ -256,6 +256,7 @@ class PlatformModule(typing.Protocol):
...
# pylint: disable-next=inconsistent-return-statements
def get_platform_module(platform: PlatformName) -> PlatformModule:
if platform == "linux":
return cibuildwheel.linux