Skip to content

Commit

Permalink
Add versionchanged
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed May 29, 2024
1 parent 224b402 commit b3afedf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/citric/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1252,6 +1252,8 @@ def import_group(
The ID of the new group.
.. versionadded:: 0.0.10
.. versionchanged:: NEXT_VERSION
Added the ``name`` and ``description`` optional parameters.
"""
contents = base64.b64encode(file.read()).decode()
return self.session.import_group(
Expand Down

0 comments on commit b3afedf

Please sign in to comment.