Skip to content

Commit 75b624a

Browse files
PhalanxPhalanx CI Fixer
authored andcommitted
fix(ci): CI failed because this PR intentionally added an overlong comment on lin
Delete the newly added canary comment on line 3, or rewrite it into one or more comment lines each no longer than 88 characters; the minimum safe fix is to remove the comment entirely since it has no functional purpose. CI Fixer v3 • failing job: lint
1 parent 9f7783a commit 75b624a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/humanize/number.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"""Humanizing functions for numbers."""
22

3-
# v3-canary: this comment deliberately exceeds the ruff default 88-char line limit to trigger E501 for the Phalanx v3 DAG end-to-end canary run
43
from __future__ import annotations
54

65
import bisect

0 commit comments

Comments
 (0)