Skip to content

Commit 1998c42

Browse files
add space
1 parent 030efad commit 1998c42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

radis/settings/base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
Month ::= "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09" | "10" | "11" | "12"
365365
Year ::= Digit Digit Digit Digit
366366
Digit ::= "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9"
367-
"""), # noqa
367+
"""), # noqa
368368
"llm_instruction": "Answer with a date in format 'DD/MM/YYYY'.",
369369
},
370370
{
@@ -375,7 +375,7 @@
375375
Answer ::= Hour ":" Minute
376376
Hour ::= "00" | "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23"
377377
Minute ::= "00" | "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31" | "32" | "33" | "34" | "35" | "36" | "37" | "38" | "39" | "40" | "41" | "42" | "43" | "44" | "45" | "46" | "47" | "48" | "49" | "50" | "51" | "52" | "53" | "54" | "55" | "56" | "57" | "58" | "59"
378-
"""), # noqa
378+
"""), # noqa
379379
"llm_instruction": "Answer with a time in format 'HH:MM'.",
380380
},
381381
{
@@ -392,7 +392,7 @@
392392
Time ::= Hour ":" Minute
393393
Hour ::= "00" | "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23"
394394
Minute ::= "00" | "01" | "02" | "03" | "04" | "05" | "06" | "07" | "08" | "09" | "10" | "11" | "12" | "13" | "14" | "15" | "16" | "17" | "18" | "19" | "20" | "21" | "22" | "23" | "24" | "25" | "26" | "27" | "28" | "29" | "30" | "31" | "32" | "33" | "34" | "35" | "36" | "37" | "38" | "39" | "40" | "41" | "42" | "43" | "44" | "45" | "46" | "47" | "48" | "49" | "50" | "51" | "52" | "53" | "54" | "55" | "56" | "57" | "58" | "59"
395-
"""), # noqa
395+
"""), # noqa
396396
"llm_instruction": "Answer with a date and time in format 'DD/MM/YYYY HH:MM'.",
397397
},
398398
]

0 commit comments

Comments
 (0)