Skip to content

Commit d9b3cf4

Browse files
committed
typing imports
1 parent f79226d commit d9b3cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bespokelabs/curator/request_processor/openai_online_request_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import re
66
import resource
7-
from typing import Optional
7+
from typing import Optional, Any
88

99
import aiohttp
1010
import requests

0 commit comments

Comments
 (0)