Skip to content

Commit

Permalink
indent fix
Browse files Browse the repository at this point in the history
Signed-off-by: eyMarv <[email protected]>
  • Loading branch information
eyMarv committed Sep 4, 2024
1 parent d1cb0e5 commit eb91d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/methods/users/get_chat_photos.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async def get_chat_photos(
),
)

extra = [message.new_chat_photo for message in r] if r else []
extra = [message.new_chat_photo for message in r] if r else []

if extra:
if (
Expand Down

0 comments on commit eb91d3f

Please sign in to comment.