remove stupid rules

This commit is contained in:
Deeman
2025-10-12 21:44:56 +02:00
parent 7e06eae5ac
commit 6c93021f2d
9 changed files with 20 additions and 35 deletions

View File

@@ -1,7 +1,8 @@
"""Materia CLI - Management interface for BeanFlows.coffee infrastructure."""
from typing import Annotated
import typer
from typing_extensions import Annotated
app = typer.Typer(
name="materia",