Skip to content

Commit

Permalink
Revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
OseSem committed Jan 13, 2025
1 parent 7e71f80 commit fade7e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion battlemetrics/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def __init__(self, data: PlayerPayload, *, http: HTTPClient) -> None:

self._data: PlayerPayload = PlayerPayload(**data)
self._attributes: PlayerAttributes = data.get("attributes")
self._relationships: dict[str, Any] = data.get("relationships")

def __str__(self) -> str:
"""Return the name of the player when the str method is run."""
Expand Down

0 comments on commit fade7e2

Please sign in to comment.