Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
epth committed Feb 10, 2021
1 parent 66442de commit aa2c9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io_scene_godot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
#
# ##### END GPL LICENSE BLOCK #####

import logging
import bpy
from bpy.props import StringProperty, BoolProperty, FloatProperty, EnumProperty
from bpy_extras.io_utils import ExportHelper
import logging
from .structures import ValidationError
from . import export_godot

Expand Down

0 comments on commit aa2c9bf

Please sign in to comment.