Skip to content

Commit daf570b

Browse files
style: auto-fix formatting issues
1 parent 0b13beb commit daf570b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

codeflash/context/code_context_extractor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,6 @@ def get_external_base_class_inits(code_context: CodeStringsMarkdown, project_roo
786786
imported_module_cache: dict[str, object] = {}
787787

788788
for base_name, module_name in external_bases_set:
789-
790789
try:
791790
module = imported_module_cache.get(module_name)
792791
if module is None:

codeflash/models/test_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ def to_name(self) -> str:
1414
return ""
1515
return _TO_NAME_MAP[self]
1616

17+
1718
_TO_NAME_MAP: dict[TestType, str] = {
1819
TestType.EXISTING_UNIT_TEST: "⚙️ Existing Unit Tests",
1920
TestType.INSPIRED_REGRESSION: "🎨 Inspired Regression Tests",

0 commit comments

Comments
 (0)