Skip to content

Commit

Permalink
chore: black
Browse files Browse the repository at this point in the history
  • Loading branch information
nuffin committed Oct 20, 2024
1 parent 715321c commit f9448bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llmpa/clients/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from requests.exceptions import HTTPError, Timeout, RequestException
from typing import Optional, List


class HttpClient:
def __init__(
self,
Expand Down Expand Up @@ -121,5 +122,3 @@ def delete(
extra_headers=extra_headers,
timeout=timeout,
)


0 comments on commit f9448bd

Please sign in to comment.