mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 11:33:42 +02: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 ..correlators import Corr
|
||||||
from ..misc import _assert_equal_properties
|
from ..misc import _assert_equal_properties
|
||||||
from .. import version as pyerrorsversion
|
from .. import version as pyerrorsversion
|
||||||
from numpy import ndarray
|
from typing import Any, Union
|
||||||
from typing import Any, Optional, Union
|
|
||||||
|
|
||||||
|
|
||||||
def create_json_string(ol: list, description: Union[str, dict]='', indent: int=1) -> str:
|
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
|
from .utils import sort_names, check_idl
|
||||||
import itertools
|
import itertools
|
||||||
from numpy import ndarray
|
from numpy import ndarray
|
||||||
from typing import Any, Union
|
from typing import Union, Optional
|
||||||
|
|
||||||
|
|
||||||
sep = "/"
|
sep = "/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue