Skip to content

Commit

Permalink
Removed docstring duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
jeipollack committed Nov 14, 2023
1 parent 279e409 commit 869672a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/wf_psf/utils/configs_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,11 @@ def _load_training_conf(self, training_conf):
Parameters
----------
training_conf: None or RecursiveNamespace
None type or a RecursiveNamespace storing the training configuration parameter setttings
None type or a RecursiveNamespace storing the training configuration parameter setttings
None type or a RecursiveNamespace storing the training configuration parameter setttings.
Returns
-------
RecursiveNamespace storing the training configuration parameter settings
RecursiveNamespace storing the training configuration parameter settings.
"""
if training_conf is None:
Expand Down

0 comments on commit 869672a

Please sign in to comment.