Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
joschkabraun committed Sep 9, 2023
1 parent 9a97acd commit e2bc043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parea/cookbook/tracing_with_deployed_prompt.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
from typing import Tuple

import os
from datetime import datetime

from dotenv import load_dotenv
Expand All @@ -11,7 +11,7 @@

load_dotenv()

p = Parea(api_key=os.getenv('PAREA_API_KEY'))
p = Parea(api_key=os.getenv("PAREA_API_KEY"))


def deployed_argument_generator(query: str, additional_description: str = "") -> str:
Expand Down

0 comments on commit e2bc043

Please sign in to comment.