fix calling ruff

This commit is contained in:
Jay Lee
2026-07-04 15:48:56 -04:00
parent dcf24c9e84
commit 1ec1cbfa90
88 changed files with 390 additions and 69 deletions

View File

@@ -3,8 +3,13 @@
Mailbox monitor creation/deletion/listing and the doWhatIs command.
"""
import re
from gamlib import api as API
from gamlib import settings as GC
from gamlib import gapi as GAPI
from gamlib import state as GM
from gamlib import msgs as Msg
from gam.var import Act, Cmd, Ent, Ind
from gam.util.access import entityUnknownWarning
from gam.util.api import getEmailAuditObject