Update jupyter.py

This commit is contained in:
Nikita Sobolev 2021-07-25 19:52:58 +03:00 committed by GitHub
parent 7f7265ec4f
commit ae5a57ea73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ class JupyterRenderable:
class JupyterMixin:
"""Add to an Rich renderable to make it render in Jupyter notebook."""
__slots__ = []
__slots__ = ()
def _repr_mimebundle_(
self, include: Iterable[str], exclude: Iterable[str], **kwargs: Any