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

Commit 51be789

Browse files
committed
fix: reorder imports in regional access boundary utils to pass lint
1 parent b56bbd2 commit 51be789

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

google/auth/_regional_access_boundary_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
"""Utilities for Regional Access Boundary management."""
22

33
import datetime
4-
import threading
5-
64
import logging
5+
import threading
76

87
from google.auth import _helpers
98

0 commit comments

Comments
 (0)