Skip to content

Commit 7beee94

Browse files
fix formatting
1 parent 6d276f7 commit 7beee94

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
@@ -245,7 +245,7 @@ def collect_setup_info() -> SetupInfo:
245245

246246
resolved_module_root = (Path(curdir) / Path(module_root)).resolve()
247247
resolved_tests_root = (Path(curdir) / Path(tests_root)).resolve()
248-
if resolved_module_root == resolved_tests_root:
248+
if resolved_module_root == resolved_tests_root:
249249
logger.warning(
250250
"It looks like your tests root is the same as your module root. This is not recommended and can lead to unexpected behavior."
251251
)

0 commit comments

Comments
 (0)