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

@@ -7,8 +7,6 @@
# ############################################################
import unittest
import os
import sys
from view_layer_common import *
@@ -22,7 +20,6 @@ class UnitTesting(ViewLayerTesting):
import bpy
import os
import tempfile
import filecmp
ROOT = self.get_root()
with tempfile.TemporaryDirectory() as dirpath: