diff --git a/steam/client/user.py b/steam/client/user.py index 4d19fb4..6bba4cb 100644 --- a/steam/client/user.py +++ b/steam/client/user.py @@ -13,9 +13,6 @@ class SteamUser(object): steam_id = SteamID() relationship = EFriendRelationship.No #: friendship status - def __new__(cls, steam_id, *args, **kwargs): - return super(SteamUser, cls).__new__(cls, steam_id) - def __init__(self, steam_id, steam): self._pstate_ready = Event() self._steam = steam