MeasureIt: Missed needless from import in previous commit

Like the title says, AddonPreferences was called separately
Note: there is the import sys and os that should be maybe
removed, however that needs more checking
Sorry for the noise
This commit is contained in:
Vuk Gardašević 2017-04-29 17:22:27 +02:00
parent 959ba11a24
commit efa2c23a7e
1 changed files with 1 additions and 3 deletions

View File

@ -55,12 +55,10 @@ else:
# noinspection PyUnresolvedReferences
import bpy
from bpy.types import (
AddonPreferences,
Scene,
WindowManager,
)
from bpy.types import (
AddonPreferences,
)
from bpy.props import (
FloatVectorProperty,
IntProperty,