mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 06:58:56 +00:00
Fix openbot build
This commit is contained in:
@@ -7,9 +7,6 @@ try:
|
|||||||
from .entity_instance import entity_instance
|
from .entity_instance import entity_instance
|
||||||
|
|
||||||
from lark import Lark, Transformer
|
from lark import Lark, Transformer
|
||||||
except ImportError as e:
|
|
||||||
print(f"No stream support: {e}")
|
|
||||||
|
|
||||||
|
|
||||||
class StreamTransformer(Transformer):
|
class StreamTransformer(Transformer):
|
||||||
def string(self, items):
|
def string(self, items):
|
||||||
@@ -379,3 +376,6 @@ class stream_wrapper:
|
|||||||
|
|
||||||
def __repr__(self):
|
def __repr__(self):
|
||||||
return "todo"
|
return "todo"
|
||||||
|
|
||||||
|
except ImportError as e:
|
||||||
|
print(f"No stream support: {e}")
|
||||||
|
|||||||
Reference in New Issue
Block a user