mirror of
https://github.com/elisiariocouto/leggen.git
synced 2025-12-25 04:49:38 +00:00
chore: Sort imports, fix deprecated pydantic option.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user