mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
typing
This commit is contained in:
@@ -91,8 +91,7 @@ def edit_profile_usage(
|
||||
usecase = Usecase()
|
||||
|
||||
usecase.file = file
|
||||
usecase.settings = {"usage": usage, "attributes": attributes}
|
||||
return usecase.execute()
|
||||
return usecase.execute(usage, attributes)
|
||||
|
||||
|
||||
class Usecase:
|
||||
|
||||
Reference in New Issue
Block a user