mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 06:40:24 +01:00
[Fix] Fix ruff
This commit is contained in:
parent
6d5a9b9d83
commit
6a990c147b
2 changed files with 2 additions and 3 deletions
|
@ -13,8 +13,7 @@ from ..covobs import Covobs
|
|||
from ..correlators import Corr
|
||||
from ..misc import _assert_equal_properties
|
||||
from .. import version as pyerrorsversion
|
||||
from numpy import ndarray
|
||||
from typing import Any, Optional, Union
|
||||
from typing import Any, Union
|
||||
|
||||
|
||||
def create_json_string(ol: list, description: Union[str, dict]='', indent: int=1) -> str:
|
||||
|
|
|
@ -7,7 +7,7 @@ from ..obs import Obs
|
|||
from .utils import sort_names, check_idl
|
||||
import itertools
|
||||
from numpy import ndarray
|
||||
from typing import Any, Union
|
||||
from typing import Union, Optional
|
||||
|
||||
|
||||
sep = "/"
|
||||
|
|
Loading…
Add table
Reference in a new issue