Skip to content

Commit

Permalink
perf: run black
Browse files Browse the repository at this point in the history
Signed-off-by: rjdbcm <[email protected]>
  • Loading branch information
rjdbcm committed Jul 12, 2024
1 parent bdc4b60 commit 0728216
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ozi_core/comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ def calculate_score(lines: int, t1: int, t2: int, t3: int) -> float: # pragma:
"""
b = 5.0
x = log(lines + 1, b) - log10(
(lines
+ 1)
(lines + 1)
** (
log10(CommentQuality.TIER3 + t3 + 1)
- log10(CommentQuality.TIER3)
Expand Down

0 comments on commit 0728216

Please sign in to comment.