mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
overload fix
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
# see: http://nullege.com/codes/search/socket
|
||||
# adapted for Python 2.7 by Michal Pokorny
|
||||
|
||||
<<<<<<< HEAD
|
||||
from typing import Any, Tuple, List, Optional, Union, overload
|
||||
=======
|
||||
from typing import Any, Tuple, List, Optional, Union
|
||||
>>>>>>> d5cf02390fa2a419a47d8ba7e5d34bf9252989ff
|
||||
|
||||
# ----- variables and constants -----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user