chore: Sort imports, fix deprecated pydantic option.

This commit is contained in:
Elisiário Couto
2025-09-14 21:11:01 +01:00
parent 5ae3a51d81
commit 2467cb2f5a
35 changed files with 95 additions and 74 deletions

View File

@@ -1,8 +1,9 @@
"""Generate sample database command."""
import click
from pathlib import Path
import click
@click.command()
@click.option(
@@ -34,8 +35,8 @@ def generate_sample_db(
"""Generate a sample database with realistic financial data for testing."""
# Import here to avoid circular imports
import sys
import subprocess
import sys
from pathlib import Path as PathlibPath
# Get the script path