fix quality code
This commit is contained in:
@@ -5,7 +5,7 @@ from aiogram.types import Message
|
||||
|
||||
|
||||
class ChatTypeFilter(BaseFilter): # [1]
|
||||
def __init__(self, chat_type: Union[str, list]): # [2]
|
||||
def __init__(self, chat_type: Union[str, list]): # [2]
|
||||
self.chat_type = chat_type
|
||||
|
||||
async def __call__(self, message: Message) -> bool: # [3]
|
||||
|
||||
Reference in New Issue
Block a user