Add support for 3.7 checking of mock transport
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
from typing import Protocol, Union
|
||||
|
||||
|
||||
class TransportProtocol(Protocol):
|
||||
def get_protocol(self):
|
||||
...
|
||||
|
||||
def get_extra_info(self, info: str) -> Union[str, bool, None]:
|
||||
...
|
||||
Reference in New Issue
Block a user