lint
All checks were successful
Mypy / mypy (push) Successful in 44s
Pytest / pytest (3.12) (push) Successful in 49s
Pytest / pytest (3.13) (push) Successful in 49s
Pytest / pytest (3.14) (push) Successful in 48s
Ruff / ruff (push) Successful in 34s

This commit is contained in:
Justus Kuhlmann 2025-12-02 12:54:41 +01:00
commit e262142e6c
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import pandas as pd
import numpy as np import numpy as np
from .input.implementations import codes from .input.implementations import codes
from .tools import k2m, get_file from .tools import k2m, get_file
from typing import Any, Union, Optional from typing import Any, Optional
# this will implement the search functionality # this will implement the search functionality