lint: Ignore missing bl_math import
This commit is contained in:
parent
3d5e65bb88
commit
2e94e2c684
|
@ -26,7 +26,7 @@ bl_info = {
|
|||
|
||||
import bpy
|
||||
import mathutils
|
||||
import bl_math
|
||||
import bl_math # type: ignore
|
||||
|
||||
class G:
|
||||
selected_keys = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user