Skip to content

Commit 120f37a

Browse files
committed
fix: Apply black formatting to harmonizer/main.py
Fixed formatting issues introduced in the harmonious UX update to ensure CI passes. - Applied black auto-formatting - No functional changes - All tests pass (59 pytest + 4 standalone tests)
1 parent 5957ab3 commit 120f37a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

harmonizer/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ def _communicate_startup(self):
121121
print(f"Version 1.5 • {self.engine.get_engine_version()}")
122122
print()
123123
print("🎯 Checking if your functions DO what their names SAY")
124-
print(f" Threshold: {self.disharmony_threshold} (scores below = harmonious)")
124+
print(
125+
f" Threshold: {self.disharmony_threshold} (scores below = harmonious)"
126+
)
125127
print("=" * 70)
126128

127129
def analyze_file(self, file_path: str) -> Dict[str, Dict]:

0 commit comments

Comments
 (0)