Skip to content

Commit

Permalink
Merge pull request #1150 from dandi/enh-validate2
Browse files Browse the repository at this point in the history
Remove Parameters description from docstring used by click
  • Loading branch information
yarikoptic authored Nov 3, 2022
2 parents 82b99ca + b485efe commit c66fd18
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dandi/cli/cmd_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,6 @@ def validate(
"""Validate files for NWB and DANDI compliance.
Exits with non-0 exit code if any file is not compliant.
Parameters
----------
grouping : str, optional
A string which is either "", "error", or "path" — "error" not yet implemented.
"""
from ..pynwb_utils import ignore_benign_pynwb_warnings
from ..validate import validate as validate_
Expand Down

0 comments on commit c66fd18

Please sign in to comment.