Skip to content

Commit fd43df6

Browse files
formatting
1 parent da2b676 commit fd43df6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/code_utils/env_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def get_codeflash_api_key() -> str:
4242
if env_api_key and not shell_api_key:
4343
try:
4444
from codeflash.either import is_successful
45+
4546
result = save_api_key_to_rc(env_api_key)
4647
if is_successful(result):
4748
logger.debug(f"Automatically saved API key from environment to shell config: {result.unwrap()}")

0 commit comments

Comments
 (0)