mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Pyrofork: methods: stickers: Add missing and remove unused import
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
18ef533405
commit
65ec32c666
2 changed files with 1 additions and 3 deletions
|
|
@ -18,11 +18,11 @@
|
|||
|
||||
import os
|
||||
import re
|
||||
from typing import Union
|
||||
|
||||
import pyrogram
|
||||
from pyrogram import raw
|
||||
from pyrogram import types
|
||||
from pyrogram.file_id import FileId
|
||||
|
||||
class AddStickerToSet:
|
||||
async def add_sticker_to_set(
|
||||
|
|
|
|||
|
|
@ -16,8 +16,6 @@
|
|||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with Pyrofork. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
from typing import Union
|
||||
|
||||
import pyrogram
|
||||
from pyrogram import raw
|
||||
from pyrogram import types
|
||||
|
|
|
|||
Loading…
Reference in a new issue