Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
Type,
Union,
)
import uuid

from google.cloud.logging_v2 import gapic_version as package_version

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
Union,
cast,
)
import uuid
import warnings

from google.cloud.logging_v2 import gapic_version as package_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
Type,
Union,
)
import uuid

from google.cloud.logging_v2 import gapic_version as package_version

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
Union,
cast,
)
import uuid
import warnings

from google.cloud.logging_v2 import gapic_version as package_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
Type,
Union,
)
import uuid

from google.cloud.logging_v2 import gapic_version as package_version

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
Union,
cast,
)
import uuid
import warnings

from google.cloud.logging_v2 import gapic_version as package_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-logging",
"version": "3.12.1"
"version": "0.1.0"
},
"snippets": [
{
Expand Down
1 change: 1 addition & 0 deletions tests/unit/gapic/logging_v2/test_config_service_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# limitations under the License.
#
import os
import re

# try/except added for compatibility with python < 3.8
try:
Expand Down
1 change: 1 addition & 0 deletions tests/unit/gapic/logging_v2/test_logging_service_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# limitations under the License.
#
import os
import re

# try/except added for compatibility with python < 3.8
try:
Expand Down
1 change: 1 addition & 0 deletions tests/unit/gapic/logging_v2/test_metrics_service_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# limitations under the License.
#
import os
import re

# try/except added for compatibility with python < 3.8
try:
Expand Down