Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
pradyunsg and hugovk authored Dec 12, 2021
1 parent 6b31f83 commit fd45825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion news/10703.feature.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Start utilising ``rich`` for presenting error messages in a consistent format.
Start using Rich for presenting error messages in a consistent format.
2 changes: 1 addition & 1 deletion src/pip/_internal/utils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def __init__(self, stream: Optional[TextIO], no_color: bool) -> None:
highlighter=NullHighlighter(),
)

# Our custom override on rich's logger, to make things work as we need them to.
# Our custom override on Rich's logger, to make things work as we need them to.
def emit(self, record: logging.LogRecord) -> None:
style: Optional[Style] = None

Expand Down

0 comments on commit fd45825

Please sign in to comment.