From 9557abbfdb1904541b91fdc07c9f6e9ddd61a907 Mon Sep 17 00:00:00 2001 From: feder-cr Date: Sat, 10 Aug 2024 19:03:22 +0100 Subject: [PATCH] linting --- linkedIn_easy_applier.py | 2 -- strings.py | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/linkedIn_easy_applier.py b/linkedIn_easy_applier.py index 38a0c4b..4bc0451 100644 --- a/linkedIn_easy_applier.py +++ b/linkedIn_easy_applier.py @@ -96,7 +96,6 @@ class LinkedInEasyApplier: if self._next_or_submit(): break - def _next_or_submit(self): next_button = self.driver.find_element(By.CLASS_NAME, "artdeco-button--primary") button_text = next_button.text.lower() @@ -112,7 +111,6 @@ class LinkedInEasyApplier: self._check_for_errors() - def _unfollow_company(self) -> None: try: follow_checkbox = self.driver.find_element( diff --git a/strings.py b/strings.py index 281c731..13e77b2 100644 --- a/strings.py +++ b/strings.py @@ -117,10 +117,10 @@ Ensure that the resume grabs the attention of hiring managers within the first f Important Note: While making the necessary adjustments to align the resume with the job description, ensure that the overall structure of the resume remains intact. Do not drastically alter the organization of the document, but optimize it to highlight the most relevant points for the desired position. -- **Most important infomation on job descrptio:** +- **Most important infomation on job descrption:** {job_description} -- **My information eesume:** +- **My information resume:** {formatted_resume} The results should be provided in **markdown** format, Provide only the markdown code for the resume, without any explanations or additional text and also without ```markdown ```