mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 10:59:17 +00:00
typing
This commit is contained in:
@@ -1047,7 +1047,7 @@ class Restriction:
|
||||
|
||||
|
||||
class Result:
|
||||
def __init__(self, is_pass, reason=None):
|
||||
def __init__(self, is_pass: bool, reason: Optional[dict[str, Any]] = None):
|
||||
self.is_pass = is_pass
|
||||
self.reason = reason
|
||||
|
||||
|
||||
Reference in New Issue
Block a user