mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
fix error in typing
This commit is contained in:
@@ -595,7 +595,7 @@ class file(object):
|
||||
return
|
||||
|
||||
@staticmethod
|
||||
def from_string(s: str) -> ifcopenshell.entity_instance:
|
||||
def from_string(s: str) -> file:
|
||||
return file(ifcopenshell_wrapper.read(s))
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user