diff --git a/steam/community.py b/steam/community.py index 61a8b87..821d456 100644 --- a/steam/community.py +++ b/steam/community.py @@ -57,10 +57,6 @@ class SteamCommunityClient(): def set_avatar(self, avatar: bytes) -> dict: """Set image to avatar picture - Example usage: - - .. code:: python - :param avatar: bytes image :type avatar: :class:`bytes` :return: json response