chore: linter fix
This commit is contained in:
parent
8c2ef311bb
commit
33f729ebd3
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ def make_post_request(url, **kwargs):
|
|||
|
||||
def make_put_request(url, **kwargs):
|
||||
return make_request("PUT", url, **kwargs)
|
||||
|
||||
|
||||
|
||||
def make_patch_request(url, **kwargs):
|
||||
return make_request("PATCH", url, **kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue