Skip to content

Commit

Permalink
[CI] Fixed pre-commit import sorting issues (2nd)
Browse files Browse the repository at this point in the history
  • Loading branch information
aicorein committed Feb 23, 2025
1 parent 8976fd2 commit 0bdf3af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
6 changes: 1 addition & 5 deletions src/melobot/_imp.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@
ModuleSpec,
)
from importlib.machinery import PathFinder as _PathFinder
from importlib.machinery import (
SourceFileLoader,
SourcelessFileLoader,
all_suffixes,
)
from importlib.machinery import SourceFileLoader, SourcelessFileLoader, all_suffixes
from importlib.util import module_from_spec, spec_from_file_location
from os import PathLike
from pathlib import Path
Expand Down
5 changes: 1 addition & 4 deletions src/melobot/protocols/onebot/v11/adapter/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
ActionHandle,
)
from melobot.adapter import Adapter as RootAdapter
from melobot.adapter import (
Content,
EchoT,
)
from melobot.adapter import Content, EchoT
from melobot.adapter import content as mc
from melobot.ctx import Context
from melobot.exceptions import AdapterError
Expand Down

0 comments on commit 0bdf3af

Please sign in to comment.