Skip to content

Commit 27e60c2

Browse files
authored
Update users.py
1 parent e7590c5 commit 27e60c2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

kick/users.py

-9
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,6 @@
2222
__all__ = ("DestinationInfo", "Socials", "PartialUser", "User", "ClientUser",
2323
"StreamInfo")
2424

25-
from .types.user import (
26-
ClientUserPayload,
27-
InnerUser,
28-
UserPayload,
29-
StreamInfoPayload,
30-
DestinationInfoPayload
31-
)
32-
33-
3425
class DestinationInfo(BaseDataclass["DestinationInfoPayload"]):
3526
"""
3627
Information about a user's stream destination

0 commit comments

Comments
 (0)