Skip to content

Commit

Permalink
Ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-boris committed Jun 8, 2024
1 parent ce8e175 commit 0f3b550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dsp/modules/google.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import base64
import os
from collections.abc import Iterable
from typing import Any, Optional

import backoff

import base64
from dsp.modules.lm import IMG_DATA_KEY, LM

try:
Expand Down
2 changes: 1 addition & 1 deletion dspy/teleprompt/mipro_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

import dsp
import dspy
from dsp.templates.template_v2 import Field
from dspy.evaluate.evaluate import Evaluate
from dspy.signatures import Signature
from dspy.signatures.signature import signature_to_template
from dsp.templates.template_v2 import Field
from dspy.teleprompt import BootstrapFewShot
from dspy.teleprompt.teleprompt import Teleprompter

Expand Down

0 comments on commit 0f3b550

Please sign in to comment.