Skip to content

Commit

Permalink
updated check docstrings call
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Aug 23, 2024
1 parent efbff1e commit 2512e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check-docstrings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ on:

jobs:
check-docstrings:
uses: catalystneuro/.github/.github/workflows/check_docstrings.yaml@main
uses: catalystneuro/.github/.github/actions/check_docstrings@main
with:
python-version: '3.10'
repository: 'catalystneuro/roiextractors'
package-name: 'roiextractors'
branch: ${{ github.ref_name }}
8 changes: 0 additions & 8 deletions src/roiextractors/extractorlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,3 @@
segmentation_extractor_dict = {
segmentation_class.extractor_name: segmentation_class for segmentation_class in segmentation_extractor_full_list
}


def _private_fn():
pass


def skipped_fn():
pass

0 comments on commit 2512e79

Please sign in to comment.