From: Matthew Fernandez Date: Sun, 14 Nov 2021 18:37:14 +0000 (-0800) Subject: remove an unnecessary Pylint 'global' statement X-Git-Tag: 3.0.0~127^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9d7e8282ba3889b387783465ccc93cd2a686c2a;p=graphviz remove an unnecessary Pylint 'global' statement Newer versions of Pylint identify this. --- diff --git a/rtest/rtest.py b/rtest/rtest.py index 33608baf0..be1c96075 100755 --- a/rtest/rtest.py +++ b/rtest/rtest.py @@ -189,7 +189,6 @@ def genOutname(name, alg, fmt): and append to basename If the last two parameters have been used before, add numeric suffix. """ - global TESTTYPES fmt_split = fmt.split(":") if len(fmt_split) >= 2: F = fmt_split[0]