Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64802e1 commit 1ce2e54Copy full SHA for 1ce2e54
tests/unit/test_rest_streaming.py
@@ -28,6 +28,7 @@
28
from google.protobuf import timestamp_pb2
29
30
31
+__protobuf__ = proto.module(package=__name__)
32
SEED = int(time.time())
33
logging.info(f"Starting rest streaming tests with random seed: {SEED}")
34
random.seed(SEED)
0 commit comments