Skip to content

Commit 792819a

Browse files
committed
Update critic.py
1 parent b5c3dfe commit 792819a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

codeflash/result/critic.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
from codeflash.cli_cmds.console import logger
66
from codeflash.code_utils import env_utils
7-
from codeflash.code_utils.config_consts import COVERAGE_THRESHOLD, MIN_IMPROVEMENT_THRESHOLD, MIN_TESTCASE_PASSED_THRESHOLD
7+
from codeflash.code_utils.config_consts import (
8+
COVERAGE_THRESHOLD,
9+
MIN_IMPROVEMENT_THRESHOLD,
10+
MIN_TESTCASE_PASSED_THRESHOLD,
11+
)
812
from codeflash.models.models import TestType
913

1014
if TYPE_CHECKING:

0 commit comments

Comments
 (0)