more import fixes

This commit is contained in:
Jay Lee
2026-07-03 09:38:03 -04:00
parent ef17278129
commit 00d7f356eb
2 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ import sys
import uuid
import time
from gam.cmd.drive.core import getSharedDriveEntity
from gamlib import glaction
from gamlib import glapi as API
from gamlib import glcfg as GC

View File

@@ -7,6 +7,8 @@ Part of the _userop_tmp sub-package."""
import re
import sys
from gam.cmd.userop.usergroups import LICENSE_PRODUCT_SKUIDS
from gamlib import glaction
from gamlib import glapi as API
from gamlib import glcfg as GC