diff --git a/python_gpt_po/po_translator.py b/python_gpt_po/po_translator.py index dd7b82a..c0caef0 100644 --- a/python_gpt_po/po_translator.py +++ b/python_gpt_po/po_translator.py @@ -14,7 +14,6 @@ from pkg_resources import DistributionNotFound, get_distribution from tenacity import retry, stop_after_attempt, wait_fixed - # Initialize environment variables and logging load_dotenv() logging.basicConfig(level=logging.INFO)