Skip to content

Commit

Permalink
Update stubs/hvac/hvac/adapters.pyi
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Rittau <[email protected]>
  • Loading branch information
kasium and srittau authored Mar 27, 2024
1 parent 0fbe149 commit 45d0c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/hvac/hvac/adapters.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ from typing_extensions import Self

from requests import Response, Session

_R = TypeVar("_R")
_R = TypeVar("_R", bound=Response, default=Response)

class Adapter(Generic[_R], metaclass=ABCMeta):
@classmethod
Expand Down

0 comments on commit 45d0c3e

Please sign in to comment.