lint: Ignore missing bl_math import
This commit is contained in:
parent
3d5e65bb88
commit
2e94e2c684
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ bl_info = {
|
||||||
|
|
||||||
import bpy
|
import bpy
|
||||||
import mathutils
|
import mathutils
|
||||||
import bl_math
|
import bl_math # type: ignore
|
||||||
|
|
||||||
class G:
|
class G:
|
||||||
selected_keys = []
|
selected_keys = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue