cpython/Lib/concurrent
Brian Quinlan f7bda5c572 Don't import wait from connection, it shadows a name (GH-13112)
(lint cleanup) This import causes an argument parameter to shadow the global import name.
2019-05-07 13:31:11 -04:00
..
futures Don't import wait from connection, it shadows a name (GH-13112) 2019-05-07 13:31:11 -04:00
__init__.py