Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 6, 2021
1 parent dff665e commit 9ba8c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rich/pretty.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def ipy_display_hook(value: Any) -> None: # pragma: no cover
ip = get_ipython() # type: ignore
from IPython.core.formatters import BaseFormatter

class RichFormatter(BaseFormatter):
class RichFormatter(BaseFormatter): # type: ignore
pprint: bool = True

def __call__(self, value: Any) -> Any:
Expand Down

0 comments on commit 9ba8c70

Please sign in to comment.