test/data/err_154.py:4:5 [FURB154]: Replace `global x; global y` with `global x, y`
test/data/err_154.py:9:5 [FURB154]: Replace `global x; global y; ...` with `global x, y, ...`
test/data/err_154.py:15:5 [FURB154]: Replace `global x; global y` with `global x, y`
test/data/err_154.py:18:5 [FURB154]: Replace `global x; global y` with `global x, y`
test/data/err_154.py:26:9 [FURB154]: Replace `nonlocal x; nonlocal y` with `nonlocal x, y`
test/data/err_154.py:30:9 [FURB154]: Replace `nonlocal x; nonlocal y; ...` with `nonlocal x, y, ...`
test/data/err_154.py:35:9 [FURB154]: Replace `nonlocal x; nonlocal y` with `nonlocal x, y`
test/data/err_154.py:38:9 [FURB154]: Replace `nonlocal x; nonlocal y` with `nonlocal x, y`
test/data/err_154.py:46:9 [FURB154]: Replace `global x; global y` with `global x, y`
test/data/err_154.py:48:9 [FURB154]: Replace `nonlocal x; nonlocal y` with `nonlocal x, y`
test/data/err_154.py:53:9 [FURB154]: Replace `nonlocal x; nonlocal y` with `nonlocal x, y`
