Cleanup: Addon, remove unused imports
This commit is contained in:
parent
ab526a30a9
commit
9fec9c479f
@ -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")
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user