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