Remove WindowsClient from imports #181

Merged
sylvainpelissier merged 1 commits from conftest_updte into main 2025-08-20 23:48:38 +08:00
sylvainpelissier commented 2025-08-20 19:58:08 +08:00 (Migrated from github.com)

In version 2.0.0 of python-fido2, importing WindowsClient in a non-Windows OS raises an ImportError. Since WindowsClient is not used it may be removed to prevent the error.

In version [2.0.0](https://github.com/Yubico/python-fido2/blob/ed072c1b4fd4127a72758f00b55e0f3b7242096c/NEWS#L12) of python-fido2, importing `WindowsClient` in a non-Windows OS raises an `ImportError`. Since `WindowsClient` is not used it may be removed to prevent the error.
Sign in to join this conversation.