fix check serviceaccount

This commit is contained in:
Jay Lee
2026-07-03 09:05:51 -04:00
parent 718eab8de3
commit 4aa3e45540
3 changed files with 8 additions and 2 deletions

View File

@@ -7,6 +7,9 @@ Part of the _userop_tmp sub-package."""
import re
import sys
import google.auth
import google.auth.exceptions
from gamlib import glaction
from gamlib import glapi as API
from gamlib import glcfg as GC