mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Make the ldap3 stubs platform-agnostic (#9180)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user