Skip to content

Commit

Permalink
Small format fix for json2kbnf.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
cryscan committed Feb 3, 2025
1 parent 2dfa8db commit b9b6a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/scripts/json2kbnf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
from formatron.schemas.pydantic import ClassSchema
from formatron.formatter import FormatterBuilder
from kbnf.engine import Vocabulary
import random # Step 1: Import the random module
import random

# Step 1: Import the random module
class JsonSchemaDesigner:
def __init__(self, root):
self.root = root
Expand Down

0 comments on commit b9b6a3b

Please sign in to comment.