Pyrofork: methods: stickers: Add missing and remove unused import

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-08-30 14:40:53 +07:00
parent 18ef533405
commit 65ec32c666
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5
2 changed files with 1 additions and 3 deletions

View file

@ -18,11 +18,11 @@
import os import os
import re import re
from typing import Union
import pyrogram import pyrogram
from pyrogram import raw from pyrogram import raw
from pyrogram import types from pyrogram import types
from pyrogram.file_id import FileId
class AddStickerToSet: class AddStickerToSet:
async def add_sticker_to_set( async def add_sticker_to_set(

View file

@ -16,8 +16,6 @@
# You should have received a copy of the GNU Lesser General Public License # You should have received a copy of the GNU Lesser General Public License
# along with Pyrofork. If not, see <http://www.gnu.org/licenses/>. # along with Pyrofork. If not, see <http://www.gnu.org/licenses/>.
from typing import Union
import pyrogram import pyrogram
from pyrogram import raw from pyrogram import raw
from pyrogram import types from pyrogram import types