Skip to content

Commit 05a7641

Browse files
style: auto-format with ruff
1 parent 70e3ce1 commit 05a7641

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# These version placeholders will be replaced by uv-dynamic-versioning during build.
2-
__version__ = "0.20.5.post151.dev0+95b62113"
2+
__version__ = "0.20.5.post185.dev0+70e3ce1a"

codeflash/cli_cmds/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def parse_args() -> Namespace:
2222

2323
def process_and_validate_cmd_args(args: Namespace) -> Namespace:
2424
from codeflash.cli_cmds import logging_config
25-
from codeflash.cli_cmds.console import apologize_and_exit, logger
25+
from codeflash.cli_cmds.console import logger
2626
from codeflash.code_utils import env_utils
2727
from codeflash.code_utils.code_utils import exit_with_message
2828
from codeflash.code_utils.git_utils import (

codeflash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# These version placeholders will be replaced by uv-dynamic-versioning during build.
2-
__version__ = "0.20.5.post151.dev0+95b62113"
2+
__version__ = "0.20.5.post185.dev0+70e3ce1a"

0 commit comments

Comments
 (0)