Skip to content

Commit 84a4f8d

Browse files
committed
format
1 parent b777058 commit 84a4f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/cli_cmds/cmd_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88
from enum import Enum, auto
99
from pathlib import Path
10-
from typing import TYPE_CHECKING, Any, cast, Union
10+
from typing import TYPE_CHECKING, Any, Union, cast
1111

1212
import click
1313
import git

0 commit comments

Comments
 (0)