Skip to content

Commit

Permalink
Post feedback cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Apr 5, 2023
1 parent 5d9b195 commit 6201edb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/poetry/console/commands/group_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,3 @@ def _validate_group_options(self, group_options: dict[str, set[str]]) -> None:
)
message_parts.append(f"{group} (via {opts})")
raise GroupNotFound(f"Group(s) not found: {', '.join(message_parts)}")
return len(invalid_options) == 0

0 comments on commit 6201edb

Please sign in to comment.