massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / selenium / selenium / webdriver / remote / utils.pyi
1 from typing import Any
2
3 LOGGER: Any
4
5 def format_json(json_struct): ...
6 def dump_json(json_struct): ...
7 def load_json(s): ...
8 def unzip_to_temp_dir(zip_file_name): ...