◐ Shell
clean mode source ↗

chore: drop stray ) from _logger module docstring by bluetoothbot · Pull Request #1787 · python-zeroconf/python-zeroconf

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