Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit e148d63

Browse files
committed
removed extra ParsedVersion
1 parent a188534 commit e148d63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/integration/goldens/asset/google/cloud/asset_v1

tests/integration/goldens/asset/google/cloud/asset_v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
f"then update {_package_label}.",
139139
FutureWarning)
140140

141-
def parse_version_to_tuple(version_string: str) -> ParsedVersion: # pragma: NO COVER
141+
def parse_version_to_tuple(version_string: str):
142142
"""Safely converts a semantic version string to a comparable tuple of integers.
143143
Example: "4.25.8" -> (4, 25, 8)
144144
Ignores non-numeric parts and handles common version formats.

0 commit comments

Comments
 (0)