Move Time to types

Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
Katarzyna Treder
2024-12-10 12:20:31 +01:00
parent d4e562caf9
commit 81e792be99
7 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ from test_utils.filesystem.file import File
from test_utils.os_utils import Udev, sync
from test_utils.output import CmdException
from types.size import Size, Unit
from test_utils.time import Time
from types.time import Time
@pytest.mark.CI