Skip to content

Commit

Permalink
no need to lower
Browse files Browse the repository at this point in the history
  • Loading branch information
jprochazk committed Nov 21, 2024
1 parent b3ba4b6 commit ce2adc1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/scripts/checkboxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


def get_checkboxes(s: str) -> list[str]:
s = s.lower()
lines: list[str] = []
for line in s.splitlines():
if "* [ ]" in line or "- [ ]" in line:
Expand Down

0 comments on commit ce2adc1

Please sign in to comment.