Skip to content

Commit

Permalink
Fix ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Jun 14, 2024
1 parent 583ee82 commit ba8b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightbulb/loaders.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
import hikari
import svcs

from lightbulb import exceptions
from lightbulb.commands import commands
from lightbulb.commands import groups
from lightbulb.internal import di

if t.TYPE_CHECKING:
from lightbulb import exceptions
from lightbulb import client as client_

Check failure on line 39 in lightbulb/loaders.py

View workflow job for this annotation

GitHub Actions / Lint

Ruff (I001)

lightbulb/loaders.py:37:1: I001 Import block is un-sorted or un-formatted
CommandOrGroup: t.TypeAlias = t.Union[type[commands.CommandBase], groups.Group]
Expand Down

0 comments on commit ba8b02c

Please sign in to comment.