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
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2023
1 parent e58be4f commit e3d36cc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/bot/plugins/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

from apscheduler.schedulers.asyncio import AsyncIOScheduler
from dependency_injector.wiring import Provide, inject

from mmpy_bot import Message, Plugin, listen_to

from src.bot.services.admin import AdminService
from src.bot.services.matching import MatchingService
from src.bot.services.notify_service import NotifyService
Expand Down
1 change: 0 additions & 1 deletion stubs/mmpy_bot/function.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ from abc import ABC
from typing import Any, Callable, Generic, Protocol, TypeVar

from _typeshed import Incomplete

from mmpy_bot.plugins import Plugin as Plugin
from mmpy_bot.utils import completed_future as completed_future
from mmpy_bot.webhook_server import NoResponse as NoResponse
Expand Down
1 change: 0 additions & 1 deletion stubs/mmpy_bot/plugins/base.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ from abc import ABC
from typing import Any, Dict, List, Optional, Sequence, Union

from _typeshed import Incomplete

from mmpy_bot.driver import Driver as Driver
from mmpy_bot.function import Function as Function
from mmpy_bot.function import MessageFunction as MessageFunction
Expand Down

0 comments on commit e3d36cc

Please sign in to comment.