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 Jul 25, 2022
1 parent 558eedf commit 174c056
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/automation/dinoparkbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from typing import Tuple

from decouple import config

from pyrogram import Client
from pyrogram import filters as f

Expand Down
2 changes: 1 addition & 1 deletion examples/automation/idletown.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import traceback
from pathlib import Path
from typing import Dict
from decouple import config

from decouple import config
from pyrogram import Client
from pyrogram import filters as f

Expand Down
2 changes: 1 addition & 1 deletion examples/readme_example/readmeexample.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import asyncio
from pathlib import Path

from pyrogram import Client
from decouple import config
from pyrogram import Client

from tgintegration import BotController
from tgintegration import Response
Expand Down
3 changes: 2 additions & 1 deletion tgintegration/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@

from pyrogram.errors import InternalServerError
from pyrogram.filters import Filter
from pyrogram.handlers import EditedMessageHandler, MessageHandler
from pyrogram.handlers import EditedMessageHandler
from pyrogram.handlers import MessageHandler

from tgintegration.expectation import Expectation
from tgintegration.handler_utils import add_handlers_transient
Expand Down

0 comments on commit 174c056

Please sign in to comment.