Skip to content

Commit

Permalink
reformat line length for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheepsta300 committed Sep 28, 2024
1 parent a57b48f commit da926d5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ def __init__(
content_safety_key: Optional[str] = None,
content_safety_endpoint: Optional[str] = None,
) -> None:
self.content_safety_key = content_safety_key or os.environ["CONTENT_SAFETY_API_KEY"]
self.content_safety_key = (
content_safety_key or os.environ["CONTENT_SAFETY_API_KEY"]
)
self.content_safety_endpoint = (
content_safety_endpoint or os.environ["CONTENT_SAFETY_ENDPOINT"]
)
Expand Down

0 comments on commit da926d5

Please sign in to comment.