Skip to content

Commit c7cb0d6

Browse files
committed
typing fix.
1 parent a59be3c commit c7cb0d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/format_out/test_xgrammar_constraint.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# NOTE: To test, change the model path here
88
tokenizer = AutoTokenizer.from_pretrained("/path/to/model")
99

10+
1011
class RequestThread(threading.Thread):
1112
def __init__(self, url, headers, data):
1213
threading.Thread.__init__(self)

0 commit comments

Comments
 (0)