overload fix

This commit is contained in:
Filip Hron
2016-03-03 10:10:45 +01:00

View File

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