Skip to content

Commit

Permalink
refactor: update typing
Browse files Browse the repository at this point in the history
  • Loading branch information
LinarSharifullin committed Oct 22, 2023
1 parent 707bb81 commit 1636dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steamcom/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def login(self) -> None:
self._change_login_executed_fields(True)

@login_required
def extract_session(self) -> dict[str, str]:
def extract_session(self) -> dict:
cookies = self.session.cookies.get_dict()
extracted_session = {
'steamid': self.steam_id,
Expand Down

0 comments on commit 1636dc3

Please sign in to comment.