Skip to content

Commit e7b209a

Browse files
committed
MAINT: Remove unused
1 parent 7a97b39 commit e7b209a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python-script-structure/iris_summary.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import click
2020
import pandas as pd
21-
from rich.console import Console, RenderableType, Text
21+
from rich.console import Console, Text
2222
from rich.logging import RichHandler
2323
from rich.table import Table
2424
from ucimlrepo import fetch_ucirepo
@@ -81,7 +81,6 @@ def __str__(self):
8181
)
8282
def main(operation, variable):
8383
"""Fetch the Iris dataset from UCI."""
84-
console = Console()
8584
iris = fetch_iris()
8685
if operation is Operation.SUMMARY:
8786
if variable:

0 commit comments

Comments
 (0)