Skip to content

Commit 3162c52

Browse files
committed
🎨 style: change the order of packages imports
1 parent 07bbe0c commit 3162c52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • template/src/{{project_slug}}/{% if with_typer_cli %}cli{% endif %}

template/src/{{project_slug}}/{% if with_typer_cli %}cli{% endif %}/main.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Annotated
22

3-
from rich import print as rprint
43
import typer
4+
from rich import print as rprint
55

66
from {{ project_slug }} import __version__
77
from {{ project_slug }}.cli.commands import version

0 commit comments

Comments
 (0)