Skip to content

Commit 5d882af

Browse files
Ralph Agentclaude
andcommitted
✨ Move inline imports to top of file in onboard.py
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b6d4380 commit 5d882af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

onboard.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77

88
import questionary
99
import typer
10+
import yaml
1011
from rich import print as rprint
1112
from rich.console import Console
1213
from rich.panel import Panel
14+
from rich.table import Table
1315

1416
console = Console()
1517

@@ -394,8 +396,6 @@ def hooks() -> None:
394396
rprint("[red]✗ .pre-commit-config.yaml not found.[/red]")
395397
raise typer.Exit(code=1)
396398

397-
import yaml
398-
from rich.table import Table
399399

400400
config = yaml.safe_load(config_path.read_text())
401401

0 commit comments

Comments
 (0)