Cleanup: Addon, remove unused imports

This commit is contained in:
Sybren A. Stüvel 2022-03-14 18:17:32 +01:00
parent ab526a30a9
commit 9fec9c479f
2 changed files with 1 additions and 3 deletions

View File

@ -8,8 +8,6 @@ import queue
import threading import threading
import typing import typing
import bpy
from . import wheels from . import wheels
pack = wheels.load_wheel("blender_asset_tracer.pack") pack = wheels.load_wheel("blender_asset_tracer.pack")

View File

@ -2,7 +2,7 @@
# <pep8 compliant> # <pep8 compliant>
import logging import logging
from pathlib import Path, PurePath from pathlib import Path
from typing import Optional, TYPE_CHECKING from typing import Optional, TYPE_CHECKING
import bpy import bpy