Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-16 17:04:51 +07:00
parent 1355b8312b
commit 8e3c58cb07
3 changed files with 10 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ from . import api, fields
from .api import Environment
from .fields import Field
from .modules.registry import Registry
from .osv.query import Query
from .sql_db import Cursor
from .tools.query import Query
_T = TypeVar('_T')
_ModelT = TypeVar('_ModelT', bound=BaseModel)