renamed utils.npy_tools to utils.npy

This commit is contained in:
2020-05-06 09:36:58 +00:00
parent 8e416d3f50
commit a1aded7db8
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ from .elog import Elog
from .path import can_create_file, glob_files, make_missing_dir
from .ipy import devices
from .json_tools import json_dump
from .npy_tools import fraction_to_percentage, within, within_fraction, get_dtype, get_shape, is_array
from .npy import fraction_to_percentage, within, within_fraction, get_dtype, get_shape, is_array
from .screenshot import Screenshot