Make the ldap3 stubs platform-agnostic (#9180)

This commit is contained in:
Avasam
2022-11-12 18:53:55 -05:00
committed by GitHub
parent 1724fb3e25
commit f033e61ae2

View File

@@ -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: