Skip to content

Commit d13ca0c

Browse files
authored
Merge pull request #60 from BruinGrowly/claude/fix-ci-and-readme-011CUpBZStBR8iC59eVzkbqk
fix: Apply black formatting to harmonizer/main.py
2 parents 5f35c3d + 120f37a commit d13ca0c

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)