Skip to content

Conversation

@benbovy
Copy link
Member

@benbovy benbovy commented Jun 11, 2025

max_width is a required argument with type int.

`max_width` is a required argument with type `int`.
raise NotImplementedError()

def _repr_inline_(self, max_width):
def _repr_inline_(self, max_width: int) -> str:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is max_width a required arg?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. It is also called only from within Xarray.

@dcherian dcherian merged commit 8796d55 into pydata:main Jun 16, 2025
29 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants