json: ws nit

This commit is contained in:
ochafik 2024-03-18 04:42:25 +00:00
parent 24f0b941cf
commit bd96df4e85

View file

@ -156,7 +156,7 @@ class SchemaConverter:
def to_rule(s: Tuple[str, bool]) -> str: def to_rule(s: Tuple[str, bool]) -> str:
(txt, is_literal) = s (txt, is_literal) = s
return "\"" + txt + "\"" if is_literal else txt return "\"" + txt + "\"" if is_literal else txt
def transform() -> Tuple[str, bool]: def transform() -> Tuple[str, bool]:
''' '''
Parse a unit at index i (advancing it), and return its string representation + whether it's a literal. Parse a unit at index i (advancing it), and return its string representation + whether it's a literal.