ruff formatted
This commit is contained in:
@@ -7,6 +7,7 @@ logging.basicConfig(
|
||||
handlers=[TextualHandler()],
|
||||
)
|
||||
|
||||
|
||||
def show_message(app, message_id: int) -> None:
|
||||
"""Fetch and display the email message by ID."""
|
||||
logging.info("Showing message ID: " + str(message_id))
|
||||
|
||||
Reference in New Issue
Block a user