remove config import
Some checks failed
Mypy / mypy (push) Failing after 46s
Pytest / pytest (3.12) (push) Failing after 46s
Pytest / pytest (3.13) (push) Failing after 46s
Pytest / pytest (3.14) (push) Failing after 45s
Ruff / ruff (push) Failing after 34s

This commit is contained in:
Justus Kuhlmann 2025-12-04 11:41:58 +01:00
commit 8993fbe4c1
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -22,4 +22,3 @@ from .meas_io import load_records as load_records
from .find import find_project as find_project
from .find import find_record as find_record
from .find import list_projects as list_projects
from .config import *