Fix unittest mocks.

This commit is contained in:
Anton Skrypnyk
2024-07-24 17:15:46 +03:00
parent 956a261a45
commit f5017b5631
3 changed files with 17 additions and 5 deletions

View File

@ -1,3 +1,4 @@
from __future__ import annotations
from typing import TYPE_CHECKING
if TYPE_CHECKING: