From d81ad331c0d7b36dd068afd74e9407f602e15fc3 Mon Sep 17 00:00:00 2001 From: Floke Date: Tue, 1 Jul 2025 15:01:40 +0000 Subject: [PATCH] bugfix --- helpers.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/helpers.py b/helpers.py index a5cc3758..f6981e27 100644 --- a/helpers.py +++ b/helpers.py @@ -36,10 +36,7 @@ from bs4 import BeautifulSoup import pandas as pd import openai from openai.error import AuthenticationError, OpenAIError, RateLimitError, APIError, Timeout, InvalidRequestError, ServiceUnavailableError -from config import (Config, BRANCH_MAPPING_FILE, URL_CHECK_MARKER, - USER_AGENTS, LOG_DIR, TARGET_SCHEMA_STRING, - ALLOWED_TARGET_BRANCHES, FOCUS_TARGET_BRANCHES, - FOCUS_BRANCHES_PROMPT_PART) +from config import (Config, BRANCH_MAPPING_FILE, URL_CHECK_MARKER, USER_AGENTS, LOG_DIR) # Optionale Bibliotheken try: