Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
q0w authored Jan 19, 2022
1 parent 1322f1a commit 9809313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multidict/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class istr(str): ...

upstr = istr

_S = Union[str, istr]
_S = TypeVar("_S", Union[str, istr])

_T = TypeVar("_T")

Expand Down

0 comments on commit 9809313

Please sign in to comment.