mirror of
https://github.com/godotengine/collada-exporter.git
synced 2026-01-06 02:09:47 +03:00
Removed useless unused vars
This commit is contained in:
@@ -38,7 +38,7 @@ bl_info = {
|
||||
if "bpy" in locals():
|
||||
import imp
|
||||
if "export_dae" in locals():
|
||||
imp.reload(export_dae)
|
||||
imp.reload(export_dae) # noqa
|
||||
|
||||
|
||||
class ExportDAE(bpy.types.Operator, ExportHelper):
|
||||
|
||||
Reference in New Issue
Block a user