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,4 +1,13 @@
|
||||
from ..models.group import *
|
||||
from ..models.group import (
|
||||
CreateGroup,
|
||||
GroupDescription,
|
||||
GroupInvite,
|
||||
GroupPicture,
|
||||
GroupSubject,
|
||||
ToggleEphemeral,
|
||||
UpdateParticipant,
|
||||
UpdateSetting,
|
||||
)
|
||||
|
||||
|
||||
class GroupService:
|
||||
|
||||
Reference in New Issue
Block a user