fixes
This commit is contained in:
@@ -5,7 +5,7 @@ This module provides utility functions for common Google Docs operations
|
|||||||
to simplify the implementation of document editing tools.
|
to simplify the implementation of document editing tools.
|
||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
from typing import Dict, Any, Optional
|
from typing import Dict, Any, Optional, Tuple
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ extracting complex validation and request building logic.
|
|||||||
"""
|
"""
|
||||||
import logging
|
import logging
|
||||||
import asyncio
|
import asyncio
|
||||||
from typing import Any, Union
|
from typing import Any, Union, Dict, List, Tuple
|
||||||
|
|
||||||
from gdocs.docs_helpers import (
|
from gdocs.docs_helpers import (
|
||||||
create_insert_text_request,
|
create_insert_text_request,
|
||||||
|
|||||||
Reference in New Issue
Block a user