Skip to content

Commit

Permalink
Merge pull request #1044 from paulsp94/patch-1
Browse files Browse the repository at this point in the history
Fix duplicate line
  • Loading branch information
feder-cr authored Jan 13, 2025
2 parents 72e6fda + d90bad4 commit 1e570c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ def create_cover_letter(parameters: dict, llm_api_key: str):
with open(parameters["uploads"]["plainTextResume"], "r", encoding="utf-8") as file:
plain_text_resume = file.read()

style_manager = StyleManager()
style_manager = StyleManager()
available_styles = style_manager.get_styles()

Expand Down

0 comments on commit 1e570c0

Please sign in to comment.