fix ruff complaints
This commit is contained in:
parent
b3991ecc67
commit
69348cd151
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from typing import Optional, Any
|
||||
from typing import Optional
|
||||
import typer
|
||||
from corrlib import __app_name__
|
||||
|
||||
|
|
@ -11,7 +11,6 @@ from .meas_io import drop_cache as mio_drop_cache
|
|||
from .integrity import full_integrity_check
|
||||
|
||||
import os
|
||||
from pyerrors import Corr
|
||||
from importlib.metadata import version
|
||||
from pathlib import Path
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue