Skip to content

Commit 5af65c3

Browse files
committed
fix lint
1 parent 968d549 commit 5af65c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gcp/website/triage_handlers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
_CVE_ID_REGEX = re.compile(r'^CVE-\d{4}-\d+$', re.IGNORECASE)
1212
_STORAGE_CLIENT = None
1313

14+
1415
def get_storage_client():
1516
"""Get storage client."""
1617
global _STORAGE_CLIENT # pylint: disable=global-statement

0 commit comments

Comments
 (0)