fix missing uuid imports

This commit is contained in:
Jay Lee
2026-07-03 09:19:20 -04:00
parent 0776e23cb4
commit bc62fd04b6
6 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ Part of the _chat_tmp sub-package."""
"""GAM Google Chat management."""
import sys
import uuid
from gamlib import glaction
from gamlib import glapi as API

View File

@@ -6,6 +6,7 @@ Part of the _chat_tmp sub-package."""
import json
import sys
import uuid
from gamlib import glaction
from gamlib import glapi as API