correct typo

This commit is contained in:
Justus Kuhlmann 2025-11-03 11:24:46 +00:00
commit a4525bef31

View file

@ -8,7 +8,7 @@ from .utils import sort_names, check_idl
import itertools import itertools
from numpy import ndarray from numpy import ndarray
from typing import Any, Union, Optional, Literal from typing import Any, Union, Optional, Literal
from Collections.abc import Callable from collections.abc import Callable
sep = "/" sep = "/"