Skip to content

Commit a91c454

Browse files
committed
Lint repo with new ruff rules
1 parent 3a0ed37 commit a91c454

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

pydis_core/utils/__init__.py

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
"""Useful utilities and tools for Discord bot development."""
22

33
from pydis_core.utils import (
4-
_monkey_patches, caching, channel, commands, cooldown, error_handling, function, interactions, logging, members,
5-
paste_service, regex, scheduling
4+
_monkey_patches,
5+
caching,
6+
channel,
7+
commands,
8+
cooldown,
9+
error_handling,
10+
function,
11+
interactions,
12+
logging,
13+
members,
14+
paste_service,
15+
regex,
16+
scheduling,
617
)
718
from pydis_core.utils._extensions import unqualify
819

0 commit comments

Comments
 (0)