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 22afe69 commit 8ae5f10Copy full SHA for 8ae5f10
samples/snippets/export_test.py
@@ -15,11 +15,12 @@
15
import random
16
import string
17
18
-import export
19
from gcloud import logging
20
from gcp.testing import eventually_consistent
21
import pytest
22
+import export
23
+
24
TEST_SINK_NAME_TMPL = 'example_sink_{}'
25
TEST_SINK_FILTER = 'severity>=CRITICAL'
26
samples/snippets/snippets_test.py
@@ -15,6 +15,7 @@
import snippets
TEST_LOGGER_NAME = 'example_log'
0 commit comments