Remove WindowsClient from imports #181

Merged
dearsky merged 0 commits from refs/pull/181/head into main 2025-08-20 23:48:38 +08:00
dearsky commented 2025-08-20 19:58:08 +08:00 (Migrated from gitea.proxy.dearsky.top)

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.