diff --git a/stubs/ldap3/ldap3/core/server.pyi b/stubs/ldap3/ldap3/core/server.pyi index 9594d6bdc..47b876347 100644 --- a/stubs/ldap3/ldap3/core/server.pyi +++ b/stubs/ldap3/ldap3/core/server.pyi @@ -1,10 +1,6 @@ -import sys from typing import Any from typing_extensions import Literal -if sys.platform != "win32": - from socket import AF_UNIX as AF_UNIX - unix_socket_available: bool class Server: