Cleanup: unused-imports in tests/

This commit is contained in:
Campbell Barton
2023-07-25 21:43:53 +10:00
parent d7558a243c
commit 89811cb96f
150 changed files with 5 additions and 297 deletions

View File

@@ -64,8 +64,8 @@ def test_lookup_coverage():
for op_id in dir(getattr(bpy.ops, submod_id)):
yield (op_path, "%s.%s" % (op_path, op_id))
# check coverage
from bl_operators import wm
# Check coverage:
# from bl_operators import wm
set_group_all = set()
set_group_doc = set()