Skip to content

Commit

Permalink
indentaion fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Dec 20, 2023
1 parent 221fa88 commit 1cf4632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bamboosdk/api/webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class Webhook(ApiBase):

def post(self, payload):
"""
Post webhook url to bamboohr for employee update or create
Returns:
Post webhook url to bamboohr for employee update or create
Returns:
"""
return self._post_request(self.POST_WEBHOOK, payload)

Expand Down

0 comments on commit 1cf4632

Please sign in to comment.