Skip to content

Commit

Permalink
Keep 'ci/dependabot-updates' up-to-date with 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
TEAM4-0 committed Feb 15, 2024
2 parents 1537401 + a5118ca commit 7d71e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oteapi_dlite/strategies/parse_excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def split_column_name(column):
return name, unit


def infer_metadata(rec: np.recarray, units: list) -> dlite.Instance:
def infer_metadata(rec: np.recarray, units: tuple[str, ...]) -> dlite.Instance:
"""Infer dlite metadata from recarray `rec`."""
rnd = getrandbits(128)
uri = f"http://onto-ns.com/meta/1.0/generated_from_excel_{rnd:0x}"
Expand Down

0 comments on commit 7d71e1f

Please sign in to comment.