Skip to content

Commit

Permalink
ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasdiener committed Jan 15, 2025
1 parent 5bfd88c commit bb3f696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logpyle/runalyzer_gather.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _normalize_types(x: Any) -> Any:
return x


def gather_multi_file(outfile: str, infiles: list[str], fmap: dict[str, str],
def gather_multi_file(outfile: str, infiles: list[str], fmap: dict[str, str], # noqa: C901
qmap: dict[str, str], fg: FeatureGatherer,
features: dict[str, Any],
dbname_to_run_id: dict[str, int]) -> sqlite3.Connection:
Expand Down

0 comments on commit bb3f696

Please sign in to comment.