nixbot

builds
1this derivation will be built:2 /nix/store/9wdzclwj1c8jwy74v4y2y7aynrjqfjsl-biorefs-cli-0.1.0.drv3error: Cannot build '/nix/store/9wdzclwj1c8jwy74v4y2y7aynrjqfjsl-biorefs-cli-0.1.0.drv'.4 Reason: builder failed with exit code 1.5 Output paths:6 /nix/store/w9v9hka3c941makjmfd8wfxny6g1vr87-biorefs-cli-0.1.0-dist7 /nix/store/x1cn2sda2973syixniwbrrxwd1mrlbjc-biorefs-cli-0.1.08 Last 25 log lines:9 > 5 | | import json10 > 6 | | from typing import TYPE_CHECKING, cast11 > 7 | |12 > 8 | | import pytest13 > 9 | | from biorefs_cli.commands.uniprot import (14 > 10 | | UniProtService,15 > 11 | | build_search_query,16 > 12 | | normalize_accession,17 > 13 | | parse_entry,18 > 14 | | )19 > 15 | | from biorefs_cli.errors import CLIError, RateLimitError20 > 16 | | from biorefs_cli.main import main21 > | |_________________________________^22 > 17 |23 > 18 | if TYPE_CHECKING:24 > |25 > help: Organize imports26 > |27 > 8 | import pytest28 > 9 +29 > 10 | from biorefs_cli.commands.uniprot import (30 > |31 >32 > Found 22 errors.33 > [*] 22 fixable with the `--fix` option.34 For full logs, run:35 nix log /nix/store/9wdzclwj1c8jwy74v4y2y7aynrjqfjsl-biorefs-cli-0.1.0.drv