summaryrefslogtreecommitdiff
path: root/pygnulib/GLTestDir.py
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-07-29 18:45:33 +0200
committerBruno Haible <bruno@clisp.org>2022-07-29 18:45:33 +0200
commit0bc144f96608c17963d021468f278a8d0c577894 (patch)
tree8463639f632892047246ccd40f7825555320b721 /pygnulib/GLTestDir.py
parent3e44e3bb0c1a91faa5b31b257c9f32fb752f8c2d (diff)
downloadgnulib-0bc144f96608c17963d021468f278a8d0c577894.tar.gz
gnulib-tool.py: Modernize coding style.
* pygnulib/*.py: Remove parentheses around return value expressions.
Diffstat (limited to 'pygnulib/GLTestDir.py')
-rw-r--r--pygnulib/GLTestDir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygnulib/GLTestDir.py b/pygnulib/GLTestDir.py
index c0657acc0d..6433a0d78c 100644
--- a/pygnulib/GLTestDir.py
+++ b/pygnulib/GLTestDir.py
@@ -152,7 +152,7 @@ class GLTestDir(object):
path = file
result += [os.path.normpath(path)]
result = sorted(set(result))
- return(list(result))
+ return list(result)
def execute(self):
'''GLTestDir.execute()