Skip to content

Commit

Permalink
try to fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
hoel-bagard committed Feb 4, 2024
1 parent e51face commit b07ed76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions stubs/tensorflow/tensorflow/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ from typing_extensions import ParamSpec, Self
from google.protobuf.message import Message
from tensorflow import (
data as data,
distribute as distribute,
experimental as experimental,
feature_column as feature_column,
initializers as initializers,
Expand Down
1 change: 1 addition & 0 deletions stubs/tensorflow/tensorflow/distribute/__init__.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from tensorflow.distribute import experimental as experimental

0 comments on commit b07ed76

Please sign in to comment.