Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 8, 2024
1 parent 5d6c4d6 commit d25c89a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/textual/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4463,4 +4463,7 @@ def _on_delivery_failed(self, event: events.DeliveryComplete) -> None:
def _on_terminal_supports_in_band_window_resize(
self, message: messages.TerminalSupportInBandWindowResize
) -> None:
"""There isn't much we can do with this information currently, so
we will just log it.
"""
self.log.debug(message)

0 comments on commit d25c89a

Please sign in to comment.