Skip to content

Commit 44d2343

Browse files
author
Damian Fastowiec
committed
Fix Ruff linting issues
1 parent 166f000 commit 44d2343

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dspy/adapters/audio_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import pydantic
44
import requests
55

6-
from typing import Any, Dict, List, Union
6+
from typing import Union
77
from urllib.parse import urlparse
88

99

dspy/adapters/image_utils.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import base64
22
import io
33
import os
4-
from typing import Any, Dict, List, Union
4+
from typing import Union
55
from urllib.parse import urlparse
6-
import re
76

87
import pydantic
98
import requests

0 commit comments

Comments
 (0)