Types fix - rename to type_def

Signed-off-by: Katarzyna Treder <katarzyna.treder@h-partners.com>
This commit is contained in:
Katarzyna Treder
2024-12-11 13:55:06 +01:00
parent 6970a43107
commit c218f64c81
21 changed files with 20 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ from datetime import timedelta
from test_tools import fs_utils
from test_tools.dd import Dd
from test_utils.filesystem.fs_item import FsItem
from types.size import Size
from type_def.size import Size
class File(FsItem):