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

This commit is contained in:
hajdul88 2025-01-10 15:57:32 +01:00 committed by GitHub
commit 48e6394d4e
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: