https://bugs.documentfoundation.org/show_bug.cgi?id=132293
santi2709 <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #36 from santi2709 <[email protected]> --- tdf#132293: fix pyflakes warnings in sw and sc uitest files Remove unused local variables and fix duplicate imports: sw: - fieldDialog/insertField.py: unused 'writer_doc' - options/optionsDialog.py: unused 'xOptimalWeb', 'xApplyBtn' - trackedChanges/trackedChanges.py: unused 'xWriterDoc', 'xWriterEdit' - writer_tests5/tdf167023.py: unused 'xDoc', 'xEditWin' - writer_tests8/tdf134166.py: unused 'xWriterEdit' - writer_tests8/tdf157482.py: unused 'xDialog' - writer_tests8/tdf159102.py: unused 'writer_doc' sc: - autofilter2/tdf168478: unused 'gridWinState' - calc_tests8/dataProvider.py: duplicate imports -- You are receiving this mail because: You are the assignee for the bug.
