Skip to content

Commit 5e2bf6f

Browse files
fix(__main__): fix ImportError for rich.console (#82)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b418943 commit 5e2bf6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/geekbench_browser/__main__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def cli(
119119
if USE_RICH:
120120
import rich
121121
import rich.box
122+
import rich.console
122123
import rich.table
123124

124125
from ._rich_table import df_to_table

0 commit comments

Comments
 (0)