Remove WindowsClient from imports #181
Reference in New Issue
Block a user
Delete Branch "conftest_updte"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In version 2.0.0 of python-fido2, importing
WindowsClientin a non-Windows OS raises anImportError. SinceWindowsClientis not used it may be removed to prevent the error.