Make it explicit that the cryptography stubs are incomplete (#3331)

This commit is contained in:
Jukka Lehtosalo
2019-10-09 16:20:36 +01:00
committed by GitHub
parent 0914d50b49
commit 3a2fdfd45d
4 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
from typing import Any
def __getattr__(name: str) -> Any: ...

View File

@@ -0,0 +1,3 @@
from typing import Any
def __getattr__(name: str) -> Any: ...

View File

@@ -0,0 +1,3 @@
from typing import Any
def __getattr__(name: str) -> Any: ...

View File

@@ -0,0 +1,3 @@
from typing import Any
def __getattr__(name: str) -> Any: ...