修改多个问题,优化代码结构
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
from typing import List, Tuple, Optional, Any, Dict
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
from ..logging import get_logger
|
||||
|
||||
logger = get_logger(__name__)
|
||||
|
||||
|
||||
def is_id_field(field_name: str) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user