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

Commit e5a7b1c

Browse files
committed
fix lint warning
1 parent 1545e46 commit e5a7b1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/api_core/_python_package_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_dependency_version(dependency_name: str) -> Optional[PackagingVersion]:
5252
version_string = pkg_resources.get_distribution(dependency_name).version
5353
return parse_version(version_string)
5454

55-
except:
55+
except Exception:
5656
return None
5757

5858

0 commit comments

Comments
 (0)