mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-29 20:46:54 +01:00
correct typo
This commit is contained in:
parent
54a8e022df
commit
a4525bef31
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = "/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue