Skip to content

Commit c4ee037

Browse files
committed
one more
1 parent 59b35ac commit c4ee037

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

codeflash/result/create_pr.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ def existing_tests_source_for(
6969
f"[PR-DEBUG] Mapping (behavior): {registry_tf.instrumented_behavior_file_path.name} -> {registry_tf.original_file_path.name}"
7070
)
7171
if registry_tf.benchmarking_file_path:
72-
instrumented_to_original[registry_tf.benchmarking_file_path.resolve()] = registry_tf.original_file_path.resolve()
72+
instrumented_to_original[registry_tf.benchmarking_file_path.resolve()] = (
73+
registry_tf.original_file_path.resolve()
74+
)
7375
logger.debug(
7476
f"[PR-DEBUG] Mapping (perf): {registry_tf.benchmarking_file_path.name} -> {registry_tf.original_file_path.name}"
7577
)

codeflash/result/critic.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
MIN_TESTCASE_PASSED_THRESHOLD,
1212
MIN_THROUGHPUT_IMPROVEMENT_THRESHOLD,
1313
)
14-
from codeflash.models import models
1514
from codeflash.models.test_type import TestType
1615

1716
if TYPE_CHECKING:

0 commit comments

Comments
 (0)