From 0e8f21180752a98983ea5ab86dfe30879cf383c1 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 15 Sep 2020 12:04:44 +0200 Subject: [PATCH] Use docstring --- dropship.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dropship.py b/dropship.py index eb9347c..0fc7549 100644 --- a/dropship.py +++ b/dropship.py @@ -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)