Skip to content

Commit fb2d097

Browse files
committed
fix types
1 parent b2de6d0 commit fb2d097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/together/resources/finetune.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import re
44
from pathlib import Path
5-
from typing import List, Literal, Union, Literal
5+
from typing import List, Dict, Literal, Union
66

77
from rich import print as rprint
88

0 commit comments

Comments
 (0)