Skip to content

Commit e454d52

Browse files
Restored UploadEntry typehint causing breaks (#160)
* Restored UploadEntry typehint causing breaks * bump version --------- Co-authored-by: Abubakar Abid <abubakar@huggingface.co>
1 parent 960c4d9 commit e454d52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

trackio/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
from file_storage import FileStorage
2222
from media import TrackioImage
2323
from sqlite_storage import SQLiteStorage
24-
from typehints import LogEntry
24+
from typehints import LogEntry, UploadEntry
2525

2626

2727
def get_project_info() -> str | None:

trackio/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.8
1+
0.2.9

0 commit comments

Comments
 (0)