Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions webview/guilib.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
import platform
import sys
from types import ModuleType
from typing import Any, Callable, cast, get_args
from typing import Any, Callable, cast

from typing_extensions import Literal, TypeAlias
from typing_extensions import Literal, TypeAlias, get_args

from webview import WebViewException

Expand Down