oh look, an import issue

This commit is contained in:
Jay Lee
2026-07-03 09:58:02 -04:00
parent f77f2254f8
commit 7171a78947
2 changed files with 3 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
import json import json
import sys import sys
from gam.cmd.customer import PRINT_PRIVILEGES_FIELDS
import re import re
from gamlib import glaction from gamlib import glaction

View File

@@ -10,7 +10,7 @@ import sys
import uuid import uuid
import time import time
from gam.cmd.drive.core import getSharedDriveEntity from gam.cmd.drive.core import getSharedDriveEntity, _validateUserSharedDrive
from gamlib import glaction from gamlib import glaction
from gamlib import glapi as API from gamlib import glapi as API