Skip to content

Commit

Permalink
TEMP: Trigger async code check error on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Mar 29, 2024
1 parent 7cdaa94 commit 478d7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grafana_client/elements/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def delete_user(self, user_id):
:return:
"""
delete_user_path = "/admin/users/%s" % user_id
delete_user_path = "/admin/users/%s" % user_id
r = self.client.DELETE(delete_user_path)
return r

Expand Down

0 comments on commit 478d7b8

Please sign in to comment.