Skip to content

Commit

Permalink
Lint repo with new ruff rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering committed Aug 28, 2023
1 parent 3a0ed37 commit a91c454
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pydis_core/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
"""Useful utilities and tools for Discord bot development."""

from pydis_core.utils import (
_monkey_patches, caching, channel, commands, cooldown, error_handling, function, interactions, logging, members,
paste_service, regex, scheduling
_monkey_patches,
caching,
channel,
commands,
cooldown,
error_handling,
function,
interactions,
logging,
members,
paste_service,
regex,
scheduling,
)
from pydis_core.utils._extensions import unqualify

Expand Down

0 comments on commit a91c454

Please sign in to comment.