Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
lapp0 committed May 31, 2024
1 parent 697ba45 commit 9033572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outlines/fsm/json_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9033572

Please sign in to comment.