Fix stubtest issues (#5360)

* Fix some stubtest issues

* Remove MADV_SOFT_OFFLINE
This commit is contained in:
hatal175
2021-05-07 19:10:03 +03:00
committed by GitHub
parent e3f510e896
commit 2dc02ae8a9
8 changed files with 34 additions and 33 deletions

View File

@@ -48,7 +48,6 @@ class UnixBrowser(BaseBrowser):
def open(self, url: Text, new: int = ..., autoraise: bool = ...) -> bool: ...
class Mozilla(UnixBrowser):
raise_opts: List[str]
remote_args: List[str]
remote_action: str
remote_action_newwin: str