Fix linter errors

This commit is contained in:
Fang-Pen Lin
2025-11-04 14:22:10 -08:00
parent 69381fa6dd
commit 7faac62c8a
3 changed files with 14 additions and 4 deletions

View File

@@ -3,9 +3,6 @@ import os
import httpx
from behave.runner import Context
from dotenv import load_dotenv
import logging
logging.getLogger("httpx").setLevel(logging.DEBUG)
load_dotenv()