Skip to content

Commit f033e61

Browse files
authored
Make the ldap3 stubs platform-agnostic (#9180)
1 parent 1724fb3 commit f033e61

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stubs/ldap3/ldap3/core/server.pyi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
import sys
21
from typing import Any
32
from typing_extensions import Literal
43

5-
if sys.platform != "win32":
6-
from socket import AF_UNIX as AF_UNIX
7-
84
unix_socket_available: bool
95

106
class Server:

0 commit comments

Comments
 (0)