Skip to content

Commit

Permalink
ci: fix issues found by pytype (#1324)
Browse files Browse the repository at this point in the history
Docs: https://github.com/google/pytype

Not enabling pytype in pre-commit as it does not yet support python
3.11: google/pytype#1308
  • Loading branch information
Thiago Perrotta authored Sep 21, 2023
1 parent 4606ced commit d25dcc8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Empty file modified examples/preload_script_example.py
100644 → 100755
Empty file.
Empty file modified examples/print_example.py
100644 → 100755
Empty file.
Empty file modified examples/screenshot_example.py
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_next_command_id() -> int:
async def subscribe(websocket,
events: list[str],
context_ids: list[str] | None = None,
channel: None = None):
channel: str | None = None):
command: dict = {
"method": "session.subscribe",
"params": {
Expand Down

0 comments on commit d25dcc8

Please sign in to comment.