black formatting

This commit is contained in:
Jesusbill
2021-07-05 02:31:13 +02:00
parent f3ed96846e
commit 3a24f03bed
@@ -120,7 +120,6 @@ class SelectCsvIfcFile(bpy.types.Operator):
filter_glob: bpy.props.StringProperty(default="*.ifc;*.ifczip;*.ifcxml", options={"HIDDEN"})
filepath: bpy.props.StringProperty(subtype="FILE_PATH")
def execute(self, context):
context.scene.CsvProperties.csv_ifc_file = self.filepath
return {"FINISHED"}