fix ruff complaints

This commit is contained in:
Justus Kuhlmann 2026-04-30 15:11:46 +02:00
commit 69348cd151
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -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