Skip to content

Commit

Permalink
fix wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
goFrendiAsgard committed Jan 7, 2024
1 parent 049f3d2 commit 76e3a25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/zrb/builtin/git.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from zrb.helper.typing import Any
from zrb.builtin.group import git_group
from zrb.task.decorator import python_task, CmdTask
from zrb.task.decorator import python_task
from zrb.task.cmd_task import CmdTask
from zrb.task_input.str_input import StrInput
from zrb.task_input.bool_input import BoolInput
from zrb.runner import runner
Expand Down

0 comments on commit 76e3a25

Please sign in to comment.