lint: Ignore missing bl_math import

This commit is contained in:
MMaker 2022-03-26 03:18:14 -04:00
parent 3d5e65bb88
commit 2e94e2c684
Signed by: mmaker
GPG Key ID: CCE79B8FEDA40FB2

View File

@ -26,7 +26,7 @@ bl_info = {
import bpy
import mathutils
import bl_math
import bl_math # type: ignore
class G:
selected_keys = []