Skip to content

Commit a95b596

Browse files
authored
Fix pyflakes error
Since pyflakes 3.3, unused global names are reported as errors
1 parent ee40765 commit a95b596

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_logcat_color.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ class LogcatColorTest(unittest.TestCase):
3737

3838
def setUp(self):
3939
# Clear out our temporary output file before each test
40-
global tmpout
4140
with open(tmpout, "w") as f: f.write("")
4241

4342
def start_logcat_color(self, *args, **kwargs):

0 commit comments

Comments
 (0)