develop #41

Merged
jkuhl merged 210 commits from develop into master 2026-05-07 16:01:02 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e262142e6c - Show all commits

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

Justus Kuhlmann 2025-12-02 12:54:41 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

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

View file

@ -51,4 +51,4 @@ def create(path: str) -> None:
fp.write(".cache")
fp.close()
dl.save(path, dataset=path, message="Initialize backlogger directory.")
return
return