Skip to content

Commit

Permalink
fix: remove unused console (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
34j authored Feb 12, 2023
1 parent 0ec4314 commit 739b123
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/geekbench_browser/_rich_table.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
from typing import Optional

import pandas as pd
from rich.console import Console
from rich.table import Table

console = Console()


def df_to_table(
pandas_dataframe: pd.DataFrame,
Expand Down

0 comments on commit 739b123

Please sign in to comment.