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 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(

View file

@ -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