style: Removing dead code/docstrings and correcting type hints

This commit is contained in:
Karim shoair
2025-09-19 04:49:30 +03:00
parent bf5fe6d451
commit a9d05cc0ef
5 changed files with 8 additions and 16 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Functions related to files and URLs
from pathlib import Path
from functools import lru_cache
from urllib.parse import urlencode, urlparse
from urllib.parse import urlparse
from playwright.async_api import Route as async_Route
from msgspec import Struct, structs, convert, ValidationError