fix cli compilation

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 00:29:37 -07:00
parent 8b39991bcd
commit 5d0f1da322
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
2 changed files with 3 additions and 2 deletions

View file

@ -12,6 +12,7 @@ from rich.console import Console
from rich.table import Table
from rich.panel import Panel
import polars as pl
from smithy import smith_set
@click.command()