Skip to content

Commit

Permalink
Update pyi definition for client
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays committed Feb 25, 2024
1 parent b6fd3eb commit c349829
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions piston_rspy/piston_rspy.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -512,22 +512,6 @@ class Client:
"""
...

def get_headers(self) -> t.Dict[str, str]:
"""The headers being sent with requests.
Returns:
`dict[str, str]`: The headers.
"""
...

def get_url(self) -> str:
"""The base url for the Piston v2 api.
Returns:
`str`: The url.
"""
...

async def fetch_runtimes(self) -> t.List[Runtime]:
"""`async` Fetches the runtimes from Piston. This is an http
request.
Expand Down

0 comments on commit c349829

Please sign in to comment.