Skip to content

Commit 3a8ba25

Browse files
authored
Update core.py
1 parent b503a67 commit 3a8ba25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChatTTS/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import logging
44
import tempfile
55
from dataclasses import dataclass, asdict
6-
from typing import Literal, Optional, List, Tuple, Dict, Union, IO
6+
from typing import Literal, Optional, List, Tuple, Dict, Union
77
from json import load
88
from pathlib import Path
99

0 commit comments

Comments
 (0)