Skip to content

Commit aa135ea

Browse files
committed
Reformat project
1 parent ad0f828 commit aa135ea

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

pyrogram/client/ext/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
from typing import List
2222
from typing import Union
2323

24-
import pyrogram
2524
from pyrogram.api.types import PeerUser, PeerChat, PeerChannel
25+
26+
import pyrogram
2627
from . import BaseClient
2728
from ...api import types
2829

pyrogram/client/methods/users/block_user.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

1919
from typing import Union
2020

21-
import pyrogram
22-
from pyrogram.api import functions, types
21+
from pyrogram.api import functions
2322
from ...ext import BaseClient
2423

2524

pyrogram/client/methods/users/delete_profile_photos.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
from pyrogram.api import functions, types
2323
from pyrogram.client.ext import utils
24-
2524
from ...ext import BaseClient
2625

2726

pyrogram/client/methods/users/get_profile_photos.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import pyrogram
2222
from pyrogram.api import functions, types
2323
from pyrogram.client.ext import utils
24-
2524
from ...ext import BaseClient
2625

2726

pyrogram/client/methods/users/get_profile_photos_count.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
from typing import Union
2020

2121
from pyrogram.api import functions, types
22-
2322
from ...ext import BaseClient
2423

2524

pyrogram/client/methods/users/unblock_user.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818

1919
from typing import Union
2020

21-
import pyrogram
22-
from pyrogram.api import functions, types
21+
from pyrogram.api import functions
2322
from ...ext import BaseClient
2423

2524

pyrogram/client/parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
from .parser import Parser
19+
from .parser import Parser

pyrogram/client/storage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
# You should have received a copy of the GNU Lesser General Public License
1717
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
1818

19-
from .memory_storage import MemoryStorage
2019
from .file_storage import FileStorage
20+
from .memory_storage import MemoryStorage
2121
from .storage import Storage

pyrogram/client/types/bots_and_keyboards/inline_keyboard_button.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
KeyboardButtonUrl, KeyboardButtonCallback,
2323
KeyboardButtonSwitchInline, KeyboardButtonGame
2424
)
25+
2526
from .callback_game import CallbackGame
2627
from ..object import Object
2728

pyrogram/client/types/bots_and_keyboards/inline_keyboard_markup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
from typing import List
2020

2121
from pyrogram.api.types import ReplyInlineMarkup, KeyboardButtonRow
22+
2223
from . import InlineKeyboardButton
2324
from ..object import Object
2425

0 commit comments

Comments
 (0)