Removed Optional and List from typing as they were not used in the module. (#301)

This commit is contained in:
Ronan Guilloux
2026-03-14 17:47:30 +01:00
committed by GitHub
parent 34454e2851
commit 3feeba5ff9

View File

@@ -6,7 +6,6 @@ Handles browser launching, stealth features, and common interactions
import json
import time
import random
from typing import Optional, List
from patchright.sync_api import Playwright, BrowserContext, Page
from config import BROWSER_PROFILE_DIR, STATE_FILE, BROWSER_ARGS, USER_AGENT