diff --git a/outlines/fsm/json_schema.py b/outlines/fsm/json_schema.py index 867838429..1c93d2bf2 100644 --- a/outlines/fsm/json_schema.py +++ b/outlines/fsm/json_schema.py @@ -72,7 +72,7 @@ def build_regex_from_schema(schema: str, whitespace_pattern: Optional[str] = Non """ import time - time.sleep(0.1) + time.sleep(0.1); schema = json.loads(schema) Validator.check_schema(schema)