Skip to content

Commit fa71d8a

Browse files
committed
docstring fix
1 parent a5743a3 commit fa71d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sasctl/_services/model_repository.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,10 @@ def import_model_from_zip(cls, name, project, file, description=None,
452452
project : str or dict
453453
The name or id of the model project, or a dictionary
454454
representation of the project.
455-
description : str
456-
The description of the model.
457455
file : bytes
458456
The ZIP file containing the model and contents.
457+
description : str
458+
The description of the model.
459459
460460
Returns
461461
-------

0 commit comments

Comments
 (0)