Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jakethekoenig committed Feb 15, 2024
1 parent e7b8106 commit 9745f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rawdog/llm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from rawdog.logging import log_conversation
from rawdog.parsing import parse_script
from rawdog.prompts import script_examples, script_prompt, leash_prompt
from rawdog.prompts import leash_prompt, script_examples, script_prompt
from rawdog.utils import EnvInfo, rawdog_log_path


Expand Down

0 comments on commit 9745f64

Please sign in to comment.