Use docstring

This commit is contained in:
Luke Murphy 2020-09-15 12:04:44 +02:00
parent 03d9d8b793
commit 0e8f211807
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -106,8 +106,7 @@ class DropShip:
log.info("Multiple file sending coming soon ™")
def update_send_ui(self):
# UI response after adding files
"""Manage UI response after adding files."""
self.drop_label.set_visible(False)
self.drop_label.set_vexpand(False)
self.drop_spinner.set_vexpand(True)