Skip to content

Commit

Permalink
🎨 Add comment to make pydocstyle happy
Browse files Browse the repository at this point in the history
  • Loading branch information
valentingol committed Dec 15, 2023
1 parent 703c1ad commit 91f2483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/processing/test_base_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

def test_processing() -> None:
"""Test Processing."""
# Make processing test

class _ProcessingTest(Processing):
def __init__(self) -> None:
Expand Down
1 change: 1 addition & 0 deletions tests/unit/test_process_routines.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def test_merge_flat_processing(
process_keep: ProcessKeep,
) -> None:
"""Test merge_flat_processing."""
# Make processing test

class _ProcessingTest(Processing):
def __init__(self) -> None:
Expand Down

0 comments on commit 91f2483

Please sign in to comment.