Skip to content

Commit

Permalink
Merge pull request #176 from scipp/fix-static
Browse files Browse the repository at this point in the history
Fix static checks
  • Loading branch information
SimonHeybrock authored Nov 7, 2023
2 parents 54ca57b + 109b474 commit d5241dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scippnexus/nxdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import uuid
from functools import cached_property
from typing import Any, Dict, Iterable, Optional, Tuple, Union
from typing import Any, Dict, Iterable, List, Optional, Tuple, Union

import numpy as np
import scipp as sc
Expand Down

0 comments on commit d5241dc

Please sign in to comment.