Skip to content

Commit

Permalink
chg: Remove unused type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Nov 5, 2024
1 parent 28ebdb1 commit 5b34d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwrightcapture/capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def process(self, msg: str, kwargs: MutableMapping[str, Any]) -> tuple[str, Muta
class PCStealthConfig(StealthConfig): # type: ignore[misc]

@property
def enabled_scripts(self) -> Generator[str]: # type: ignore[type-arg]
def enabled_scripts(self) -> Generator[str]:
self.chrome_app = True
self.chrome_csi = True
self.chrome_runtime = True
Expand Down

0 comments on commit 5b34d5e

Please sign in to comment.