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 8d54c49 commit d2777bfCopy full SHA for d2777bf
reddit_decider/__init__.py
@@ -39,6 +39,7 @@
39
IDENTIFIERS = ["user_id", "device_id", "canonical_url"]
40
TYPE_STR_LOOKUP = {bool: "boolean", int: "integer", float: "float", str: "string", dict: "map"}
41
42
+
43
class EventType(Enum):
44
EXPOSE = "expose"
45
0 commit comments