Skip to content

Commit 686d0f7

Browse files
committed
man_parsing: Remove redundant return statement
A `return` line is present by mistake outside the scope of a function. Remove it. Signed-off-by: Razvan Deaconescu <razvan.deaconescu@upb.ro>
1 parent b7e95d1 commit 686d0f7

File tree

1 file changed

+0
-2
lines changed
  • attack_surface_approximation/dictionaries_generators/heuristics

1 file changed

+0
-2
lines changed

attack_surface_approximation/dictionaries_generators/heuristics/man_parsing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,3 @@ def generate(_: str = None) -> typing.List[str]:
4747
all_arguments.update(arguments)
4848

4949
return all_arguments
50-
51-
return all_arguments

0 commit comments

Comments
 (0)