Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 3, 2025
1 parent 9a16475 commit cbd35d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/karmabot/commands/doc.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""A Karmabot pydoc interface.
"""
"""A Karmabot pydoc interface."""

import contextlib
import io
Expand Down
2 changes: 1 addition & 1 deletion src/karmabot/commands/welcome.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" private command, not callable """
"""private command, not callable"""

from random import choice

Expand Down

0 comments on commit cbd35d5

Please sign in to comment.