From 179aa196cb974d0cac306dd614ebe2f10bbc04c1 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Fri, 30 Dec 2022 13:07:10 +0100 Subject: command: Drop superfluous braces Make flake8 happy --- whatmaps/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whatmaps/command.py b/whatmaps/command.py index 193cc9e..70e0587 100755 --- a/whatmaps/command.py +++ b/whatmaps/command.py @@ -257,6 +257,6 @@ def main(argv): def run(): - return(main(sys.argv)) + return main(sys.argv) # vim:et:ts=4:sw=4:et:sts=4:ai:set list listchars=tab\:»·,trail\:·: -- cgit v1.2.3