style: General type hints fixes and imports optimizing

This commit is contained in:
Karim shoair
2025-07-29 23:43:06 +03:00
parent 3d07a1533e
commit 9bcb9e9d93
7 changed files with 35 additions and 31 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class CamoufoxConfig(Struct, kw_only=True, frozen=False):
"""Configuration struct for validation"""
max_pages: int = 1
headless: Union[bool] = True # noqa: F821
headless: bool = True # noqa: F821
block_images: bool = False
disable_resources: bool = False
block_webrtc: bool = False