type fix
This commit is contained in:
parent
ecfbdcc1d1
commit
65be802325
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def check_measurement_data(measurements: dict, code: str) -> None:
|
|||
return
|
||||
|
||||
|
||||
def import_tomls(path: str, files: str, copy_files: bool=True) -> None:
|
||||
def import_tomls(path: str, files: list[str], copy_files: bool=True) -> None:
|
||||
for file in files:
|
||||
import_toml(path, file, copy_files)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue