Skip to content

Commit 42e5f6a

Browse files
Remove unused imports
1 parent e1bc7da commit 42e5f6a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

optillm/cepo.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Apache license 2 - added after the fork for the CePO method
22
import re
3-
import cerebras
4-
import openai
53

64
from dataclasses import dataclass
7-
from typing import Optional, Literal, Any
5+
from typing import Literal, Any
86
from cerebras.cloud.sdk import BadRequestError as CerebrasBadRequestError
97
from openai import BadRequestError as OpenAIBadRequestError
108

0 commit comments

Comments
 (0)