From 2b81ba9589aaf2beff9d67e0941cdb33bf276493 Mon Sep 17 00:00:00 2001 From: Vy Nguyen Date: Thu, 5 Dec 2024 17:07:29 -0800 Subject: [PATCH] Reformat code --- reflex/components/radix/themes/components/context_menu.py | 1 + 1 file changed, 1 insertion(+) diff --git a/reflex/components/radix/themes/components/context_menu.py b/reflex/components/radix/themes/components/context_menu.py index 391fe06ec..aed0823e1 100644 --- a/reflex/components/radix/themes/components/context_menu.py +++ b/reflex/components/radix/themes/components/context_menu.py @@ -238,6 +238,7 @@ class ContextMenuCheckbox(HighLevelCheckbox): tag = "ContextMenu.Checkbox" + class ContextMenu(ComponentNamespace): """Menu representing a set of actions, displayed at the origin of a pointer right-click or long-press."""