Skip to content

Commit

Permalink
Remove unused TypeVar import from model.py: Co-authored-by: MindFlow …
Browse files Browse the repository at this point in the history
  • Loading branch information
steegecs committed Jun 20, 2023
1 parent 3a64120 commit ff9741d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mindflow/core/types/model.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from abc import ABC, abstractmethod
import time
from typing import Optional, TypeVar, Union
from typing import Optional, Union

import openai
import anthropic
Expand Down

0 comments on commit ff9741d

Please sign in to comment.