This commit is contained in:
Taylor Wilsdon
2025-08-10 16:10:47 -04:00
parent 5bcd149f40
commit 0c1edf996e
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ This module provides utility functions for common Google Docs operations
to simplify the implementation of document editing tools.
"""
import logging
from typing import Dict, Any, Optional
from typing import Dict, Any, Optional, Tuple
logger = logging.getLogger(__name__)