refactor/data_backend #12

Merged
jkuhl merged 36 commits from refactor/data_backend into develop 2025-12-04 15:47:45 +01:00
Showing only changes of commit 3b64d8457b - Show all commits

import correct file as tracker
Some checks failed
Mypy / mypy (push) Failing after 34s
Pytest / pytest (3.12) (push) Failing after 47s
Pytest / pytest (3.13) (push) Failing after 46s
Pytest / pytest (3.14) (push) Failing after 45s
Ruff / ruff (push) Failing after 35s

Justus Kuhlmann 2025-12-04 11:23:07 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -2,7 +2,7 @@ from configparser import ConfigParser
import sqlite3
import datalad.api as dl
import os
import tracker as tr
import .tracker as tr
def _create_db(db: str) -> None: