replace import *'s with named imports (using * is convenient for some scripts but considered bad practice by python devs)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
# <pep8 compliant>
|
||||
|
||||
import bpy
|
||||
from bpy.props import *
|
||||
from bpy.props import StringProperty, BoolProperty
|
||||
|
||||
|
||||
class ExportHelper:
|
||||
|
||||
Reference in New Issue
Block a user