style: organize imports
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
from typing import Optional
|
||||
|
||||
import typer
|
||||
|
||||
import git_flow.command.base as base
|
||||
from git_flow import COMMIT_TYPES, GitFlowError
|
||||
from git_flow.git import Git
|
||||
from typing import Optional
|
||||
import typer
|
||||
import git_flow.command.base as base
|
||||
|
||||
app = typer.Typer()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user