We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cf886 commit 271665fCopy full SHA for 271665f
interactions/api/models/attrs_utils.py
@@ -3,6 +3,8 @@
3
4
import attrs
5
6
+__all__ = ("MISSING", "DictSerializerMixin", "ClientSerializerMixin")
7
+
8
9
class MISSING:
10
"""A pseudosentinel based from an empty object. This does violate PEP, but, I don't care."""
interactions/api/models/misc.py
@@ -17,14 +17,12 @@
17
from interactions.base import get_logger
18
19
__all__ = (
20
- "DictSerializerMixin",
21
"Snowflake",
22
"Color",
23
"ClientStatus",
24
"Image",
25
"File",
26
"Overwrite",
27
- "MISSING",
28
)
29
30
log: Logger = get_logger("mixin")
0 commit comments