Skip to content

chore: drop stray ) from _logger module docstring#1787

Draft
bluetoothbot wants to merge 1 commit into
python-zeroconf:masterfrom
bluetoothbot:koan/fix-issue-1782
Draft

chore: drop stray ) from _logger module docstring#1787
bluetoothbot wants to merge 1 commit into
python-zeroconf:masterfrom
bluetoothbot:koan/fix-issue-1782

Conversation

@bluetoothbot

@bluetoothbot bluetoothbot commented May 26, 2026

Copy link
Copy Markdown
Contributor

Summary

Deletes a stray ) on line 2 of src/zeroconf/_logger.py — copy-paste damage in the module docstring. Cosmetic only; visible in help(zeroconf._logger), generated API docs, and IDE hover.

Closes #1782

Changes

  • src/zeroconf/_logger.py: remove the stray ) line; header now matches the standard one used by sibling modules.

Test plan

  • poetry run ruff check src/zeroconf/_logger.py — clean
  • poetry run ruff format --check src/zeroconf/_logger.py — already formatted
  • python -c "import zeroconf._logger; print(zeroconf._logger.__doc__.splitlines()[:3])" — docstring opens cleanly

Generated by Kōan


Quality Report

Changes: 1 file changed, 1 deletion(-)

Code scan: clean

Tests: failed (2 failed, 4 PASSED)

Branch hygiene: clean

Generated by Kōan post-mission quality pipeline

The module docstring began with a stray '    )' on line 2 — a copy-paste
artifact from another file. Surfaces in help(), generated API docs, and
IDE hover. Header now matches sibling modules in src/zeroconf/.
@codspeed-hq

codspeed-hq Bot commented May 26, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 18 untouched benchmarks


Comparing bluetoothbot:koan/fix-issue-1782 (fa5e852) with master (44433dd)

Open in CodSpeed

@codecov

codecov Bot commented May 26, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.77%. Comparing base (44433dd) to head (fa5e852).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1787   +/-   ##
=======================================
  Coverage   99.77%   99.77%           
=======================================
  Files          33       33           
  Lines        3536     3536           
  Branches      498      498           
=======================================
  Hits         3528     3528           
  Misses          5        5           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cleanup: stray ) token in module docstring is copy-paste damage

1 participant