style: format model and __init__ mixin with ruff

This commit is contained in:
etienne-hd
2026-04-29 13:58:23 +02:00
parent be2ceec208
commit 8e3b8464db
5 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
import lbc
def transform_str(string: str) -> str:
return (
string.strip()