Use more explicit `sys.platform` checks, instead of the previous check using `in`, which mypy understands. Fixes #11343
14 KiB
14 KiB
Use more explicit `sys.platform` checks, instead of the previous check using `in`, which mypy understands. Fixes #11343