Skip to content

Commit aace129

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 664735e commit aace129

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/automation/dinoparkbot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from typing import Tuple
1515

1616
from decouple import config
17-
1817
from pyrogram import Client
1918
from pyrogram import filters as f
2019

examples/automation/idletown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
import traceback
1010
from pathlib import Path
1111
from typing import Dict
12-
from decouple import config
1312

13+
from decouple import config
1414
from pyrogram import Client
1515
from pyrogram import filters as f
1616

examples/readme_example/readmeexample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import asyncio
55
from pathlib import Path
66

7-
from pyrogram import Client
87
from decouple import config
8+
from pyrogram import Client
99

1010
from tgintegration import BotController
1111
from tgintegration import Response

tgintegration/collector.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111

1212
from pyrogram.errors import InternalServerError
1313
from pyrogram.filters import Filter
14-
from pyrogram.handlers import EditedMessageHandler, MessageHandler
14+
from pyrogram.handlers import EditedMessageHandler
15+
from pyrogram.handlers import MessageHandler
1516

1617
from tgintegration.expectation import Expectation
1718
from tgintegration.handler_utils import add_handlers_transient

0 commit comments

Comments
 (0)