From 90ef6f491a9c1bd5c0352889464b77a54f8df3e4 Mon Sep 17 00:00:00 2001 From: Hoel Bagard Date: Wed, 1 Oct 2025 23:29:47 +0900 Subject: [PATCH] tf: re-export the random module in the main __init__ --- stubs/tensorflow/tensorflow/__init__.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/tensorflow/tensorflow/__init__.pyi b/stubs/tensorflow/tensorflow/__init__.pyi index d4b264a99b84..3a356392a6aa 100644 --- a/stubs/tensorflow/tensorflow/__init__.pyi +++ b/stubs/tensorflow/tensorflow/__init__.pyi @@ -18,6 +18,7 @@ from tensorflow import ( io as io, keras as keras, math as math, + random as random, types as types, ) from tensorflow._aliases import (