mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
flake8 errors
This commit is contained in:
parent
17a2589891
commit
9687ef2820
1 changed files with 5 additions and 6 deletions
|
|
@ -18,12 +18,11 @@
|
|||
|
||||
import pyrogram
|
||||
from pyrogram.api import types
|
||||
from .photo import Photo
|
||||
from ..object import Object
|
||||
|
||||
|
||||
class WebPage(Object):
|
||||
#TODO: hash, cached_page
|
||||
# TODO: hash, cached_page
|
||||
"""A webpage preview
|
||||
|
||||
Parameters:
|
||||
|
|
@ -110,7 +109,7 @@ class WebPage(Object):
|
|||
embed_height: int = None,
|
||||
duration: int = None,
|
||||
author: str = None
|
||||
) -> "pyrogram.WebPage" :
|
||||
) -> "pyrogram.WebPage":
|
||||
super().__init__(client)
|
||||
|
||||
self.id = id
|
||||
|
|
|
|||
Loading…
Reference in a new issue