mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 12:51:35 +00:00
删除 plugins.weapon
的无用导入
This commit is contained in:
parent
de24bda010
commit
884a153271
@ -1,11 +1,4 @@
|
||||
import os
|
||||
import time
|
||||
from uuid import uuid4
|
||||
import re
|
||||
import aiofiles
|
||||
|
||||
from jinja2 import Environment, PackageLoader
|
||||
from playwright.async_api import async_playwright, ViewportSize
|
||||
|
||||
from telegram import Update, InlineKeyboardButton, InlineKeyboardMarkup
|
||||
from telegram.constants import ChatAction
|
||||
@ -22,7 +15,7 @@ class Weapon(BasePlugins):
|
||||
def __init__(self, service: BaseService):
|
||||
super().__init__(service)
|
||||
|
||||
async def command_start(self, update: Update, context: CallbackContext) -> None:
|
||||
async def command_start(self, update: Update, _: CallbackContext) -> None:
|
||||
message = update.message
|
||||
user = update.effective_user
|
||||
args = message.text.split(" ")
|
||||
|
Loading…
Reference in New Issue
Block a user