build: fix typing/mypy issues
This commit is contained in:
3
tensorflow-stubs/python/__init__.pyi
Normal file
3
tensorflow-stubs/python/__init__.pyi
Normal file
@ -0,0 +1,3 @@
|
||||
from typing import Any
|
||||
|
||||
pywrap_tensorflow: Any
|
3
tensorflow-stubs/python/client/__init__.pyi
Normal file
3
tensorflow-stubs/python/client/__init__.pyi
Normal file
@ -0,0 +1,3 @@
|
||||
from typing import Any
|
||||
|
||||
pywrap_tensorflow: Any
|
3
tensorflow-stubs/python/ops/__init__.pyi
Normal file
3
tensorflow-stubs/python/ops/__init__.pyi
Normal file
@ -0,0 +1,3 @@
|
||||
from typing import Any
|
||||
|
||||
math_ops: Any
|
3
tensorflow-stubs/python/util/__init__.pyi
Normal file
3
tensorflow-stubs/python/util/__init__.pyi
Normal file
@ -0,0 +1,3 @@
|
||||
from typing import Any
|
||||
|
||||
compat = Any
|
Reference in New Issue
Block a user