Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wangpatrick57 committed Dec 26, 2024
1 parent 6ca5cb2 commit 910c218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manage/tests/unittest_clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ def create_structure(root_path: Path, structure: FilesystemStructure) -> None:
"""
Create files and directories according to the structure.
"""

def create_structure_internal(
root_path: Path, cur_path: Path, structure: FilesystemStructure
) -> None:
Expand Down Expand Up @@ -59,6 +60,7 @@ def verify_structure(root_path: Path, structure: FilesystemStructure) -> bool:
"""
Verify that the files and directories match the expected structure.
"""

def verify_structure_internal(
root_path: Path, cur_path: Path, structure: FilesystemStructure
) -> bool:
Expand Down

0 comments on commit 910c218

Please sign in to comment.