Skip to content

Commit bf7c19a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ed55b70 commit bf7c19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nc_py_api/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def enable(self, user_id: str) -> None:
206206
def disable(self, user_id: str) -> None:
207207
"""Disables user on the Nextcloud server."""
208208
self._session.ocs("PUT", f"{self._ep_base}/{user_id}/disable")
209-
209+
210210
def wipe(self, user_id: str) -> None:
211211
"""Disconnects user from the Nextcloud server and deletes all local data stored on the user's devices."""
212212
self._session.ocs("POST", f"/ocs/v2.php/cloud/users/{user_id}/wipe")

0 commit comments

Comments
 (0)