Fix name dict_helper to dict_helpers

So we have the same name for everyhing
This commit is contained in:
Clemens Schwaighofer
2025-10-27 10:40:12 +09:00
parent 0da4a6b70a
commit c5ab4352e3
3 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ Iterator helper testing
from typing import Any
from corelibs.debug_handling.dump_data import dump_data
from corelibs.iterator_handling.dict_mask import mask
from corelibs.iterator_handling.dict_helper import set_entry
from corelibs.iterator_handling.dict_helpers import set_entry
def __mask():