Skip to content

Commit cf7b614

Browse files
fix: drop unused EVENT_ID_MARKER constant
1 parent 8f44d49 commit cf7b614

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

reflex/event.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ def substate_token(self) -> str:
8989
_EVENT_FIELDS: set[str] = {f.name for f in dataclasses.fields(Event)}
9090

9191
BACKGROUND_TASK_MARKER = "_reflex_background_task"
92-
EVENT_ID_MARKER = "_rx_event_id"
9392
EVENT_ACTIONS_MARKER = "_rx_event_actions"
9493

9594

@@ -2313,7 +2312,6 @@ class EventNamespace:
23132312

23142313
# Constants
23152314
BACKGROUND_TASK_MARKER = BACKGROUND_TASK_MARKER
2316-
EVENT_ID_MARKER = EVENT_ID_MARKER
23172315
EVENT_ACTIONS_MARKER = EVENT_ACTIONS_MARKER
23182316
_EVENT_FIELDS = _EVENT_FIELDS
23192317
FORM_DATA = FORM_DATA

0 commit comments

Comments
 (0)