Cleanup: Addon, remove unused imports
This commit is contained in:
parent
ab526a30a9
commit
9fec9c479f
@ -8,8 +8,6 @@ import queue
|
||||
import threading
|
||||
import typing
|
||||
|
||||
import bpy
|
||||
|
||||
from . import wheels
|
||||
|
||||
pack = wheels.load_wheel("blender_asset_tracer.pack")
|
||||
|
@ -2,7 +2,7 @@
|
||||
# <pep8 compliant>
|
||||
|
||||
import logging
|
||||
from pathlib import Path, PurePath
|
||||
from pathlib import Path
|
||||
from typing import Optional, TYPE_CHECKING
|
||||
|
||||
import bpy
|
||||
|
Loading…
x
Reference in New Issue
Block a user