fix more error logging errors
This commit is contained in:
@@ -16,7 +16,7 @@ logger: logging.Logger = logging.getLogger(__name__)
|
||||
import importlib.util
|
||||
|
||||
if importlib.util.find_spec("io_scene_valvesource") is not None:
|
||||
from io_scene_valvesource.import_smd import SmdImporter
|
||||
from io_scene_valvesource.import_smd import SmdImporter # type: ignore
|
||||
|
||||
class ImportProgress:
|
||||
"""Tracks and logs the progress of multi-file imports"""
|
||||
|
||||
Reference in New Issue
Block a user