Merge branch 'dev' into feature/cog-971-preparing-swe-bench-run

This commit is contained in:
alekszievr 2025-01-10 14:35:07 +01:00 committed by GitHub
commit 6f7bbb076d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,6 @@ import logging
logger = logging.getLogger(__name__)
def _add_code_parts_nodes_and_edges(code_file: CodeFile, part_type, code_parts) -> None:
"""Add code part nodes and edges for a specific part type."""
if not code_parts: