Update stubs

This commit is contained in:
Trinh Anh Ngoc
2023-11-20 21:14:34 +07:00
parent 60bdef29f0
commit 1486126917

View File

@@ -18,6 +18,7 @@ from ..tools import mute_logger, profiler
from ..tools._vendor.sessions import Session from ..tools._vendor.sessions import Session
from ..tools.profiler import Profiler from ..tools.profiler import Profiler
from . import case from . import case
from .form import Form as Form
from .result import OdooTestResult from .result import OdooTestResult
_T = TypeVar("_T") _T = TypeVar("_T")