Skip to content

Commit dc96946

Browse files
[pre-commit.ci] Add auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 22d90f2 commit dc96946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vec_inf/client/models.py

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

2626
from dataclasses import dataclass, field
2727
from enum import Enum
28-
from typing import Any, Optional, TypedDict, Union
28+
from typing import Any, Optional, Union
2929

3030

3131
class ModelStatus(str, Enum):

0 commit comments

Comments
 (0)