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.
2 parents d9567b4 + 0647c93 commit 8e3b1caCopy full SHA for 8e3b1ca
qiling/arch/evm/vm/dbgcui.py
@@ -6,7 +6,7 @@
6
from rich import box
7
from rich import print as rprint
8
from rich.align import Align
9
-from rich.console import Console, RenderGroup
+from rich.console import Console, Group
10
from rich.layout import Layout
11
from rich.panel import Panel
12
from rich.syntax import Syntax
@@ -138,7 +138,7 @@ def make_memory_panel(debugger) -> Panel:
138
139
memory_panel = Panel(
140
Align.center(
141
- RenderGroup('', "\n", Align.center(mem_table)),
+ Group('', "\n", Align.center(mem_table)),
142
vertical="top",
143
),
144
box=box.ROUNDED,
0 commit comments