Skip to content

Commit b8493b8

Browse files
committed
style: apply black formatting to decorator_processor
1 parent be0369a commit b8493b8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/reqstool_python_decorators/processors/decorator_processor.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ def find_python_files(self, directory: str | os.PathLike) -> list[str]:
9696
python_files.append(os.path.join(root, file))
9797
return python_files
9898

99-
def get_functions_and_classes(
100-
self, file_path: str | os.PathLike, decorator_names: list[str]
101-
) -> None:
99+
def get_functions_and_classes(self, file_path: str | os.PathLike, decorator_names: list[str]) -> None:
102100
"""
103101
Get information about functions and classes, if annotated with "Requirements" or "SVCs":
104102
decorator filepath, elementKind, name and decorators is saved to list that is returned.

0 commit comments

Comments
 (0)