We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a97b39 commit e7b209aCopy full SHA for e7b209a
1 file changed
python-script-structure/iris_summary.py
@@ -18,7 +18,7 @@
18
19
import click
20
import pandas as pd
21
-from rich.console import Console, RenderableType, Text
+from rich.console import Console, Text
22
from rich.logging import RichHandler
23
from rich.table import Table
24
from ucimlrepo import fetch_ucirepo
@@ -81,7 +81,6 @@ def __str__(self):
81
)
82
def main(operation, variable):
83
"""Fetch the Iris dataset from UCI."""
84
- console = Console()
85
iris = fetch_iris()
86
if operation is Operation.SUMMARY:
87
if variable:
0 commit comments