Skip to content

Commit

Permalink
reformatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-kaiser committed May 9, 2024
1 parent 7634f1a commit a075458
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sshmitm/moduleparser/utils.py
Expand Up @@ -39,9 +39,7 @@ def set_module_kwargs(
entry_point_class: Type["BaseModule"], **kwargs: Any
) -> Dict[str, Any]:
entry_points = sorted(
metadata.entry_points(
group=f"sshmitm.{entry_point_class.__name__}"
),
metadata.entry_points(group=f"sshmitm.{entry_point_class.__name__}"),
key=lambda x: x.name,
)
if not entry_points:
Expand Down

0 comments on commit a075458

Please sign in to comment.