Skip to content

Commit

Permalink
remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Oct 1, 2024
1 parent c8a5a3e commit f15d5cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crewai/cli/create_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def process_file(src_file, dst_file):
except Exception as e:
click.secho(f"Error processing file {src_file}: {e}", fg="red")
return
content = file.read()

content = content.replace("{{name}}", name)
content = content.replace("{{flow_name}}", class_name)
Expand Down

0 comments on commit f15d5cb

Please sign in to comment.