Holger Frey
2 years ago
8 changed files with 25 additions and 23 deletions
@ -1,6 +1,8 @@ |
|||||||
def test_api(): |
def test_api(): |
||||||
"""test if the provided functionality is importable""" |
"""test if the provided functionality is importable""" |
||||||
from sensospot_tools import split # noqa: F401 |
from sensospot_tools import ( |
||||||
from sensospot_tools import select # noqa: F401 |
normalize, # noqa: F401 |
||||||
from sensospot_tools import normalize # noqa: F401 |
select, # noqa: F401 |
||||||
from sensospot_tools import select_hdr_data # noqa: F401 |
select_hdr_data, # noqa: F401 |
||||||
|
split, # noqa: F401 |
||||||
|
) |
||||||
|
Loading…
Reference in new issue