mirror of
https://github.com/EvolutionAPI/evolution-client-python.git
synced 2025-12-19 03:42:22 -06:00
refactor: replace star imports with explicit imports
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
from typing import Optional
|
||||
from typing import List, Optional
|
||||
|
||||
from ..models.chat import *
|
||||
from ..models.chat import (
|
||||
ArchiveChat,
|
||||
CheckIsWhatsappNumber,
|
||||
MediaMessage,
|
||||
MessageKey,
|
||||
Presence,
|
||||
ProfilePicture,
|
||||
ReadMessage,
|
||||
UnreadChat,
|
||||
UpdateMessage,
|
||||
)
|
||||
|
||||
|
||||
class ChatService:
|
||||
|
||||
Reference in New Issue
Block a user