Remove some unused imports

This commit is contained in:
Andrej730
2026-02-05 12:20:06 +05:00
parent 34ffaea2c9
commit ff3933a117
260 changed files with 113 additions and 687 deletions
+4 -4
View File
@@ -45,10 +45,10 @@ for dep in dependencies:
subprocess.check_call(command + [dep])
try:
import pygments
import pytest
import pytest_bdd
import pytest_blender
import pygments # noqa: F401
import pytest # noqa: F401
import pytest_bdd # noqa: F401
import pytest_blender # noqa: F401
print("Test dependency installation was successful!")
except Exception as e: