Fixed the same bug dealing with import paths.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
from typing import Dict, Optional, List, Callable
|
from typing import Dict, Optional, List, Callable
|
||||||
from dataclasses import Field, asdict
|
from dataclasses import Field, asdict
|
||||||
import sqlite3 as sql
|
import sqlite3 as sql
|
||||||
from commons import _convert_sql_format, _convert_type
|
from .commons import _convert_sql_format, _convert_type
|
||||||
|
|
||||||
def _get_default(default_object: object, type_overload: Dict[Optional[type], str]) -> str:
|
def _get_default(default_object: object, type_overload: Dict[Optional[type], str]) -> str:
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
import sqlite3 as sql
|
import sqlite3 as sql
|
||||||
from typing import List, Tuple, Any
|
from typing import List, Tuple, Any
|
||||||
|
from .commons import _convert_sql_format
|
||||||
from commons import _convert_sql_format
|
|
||||||
|
|
||||||
|
|
||||||
def is_fetchable(class_: type, obj_id: int) -> bool:
|
def is_fetchable(class_: type, obj_id: int) -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user