Skip to content

Commit 55d2e09

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nc_py_api/nextcloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ async def ocs(
248248
"""Performs OCS call and returns OCS response payload data."""
249249
return await self._session.ocs(
250250
method, path, content=content, json=json, response_type=response_type, params=params, **kwargs
251-
)
251+
)
252252

253253
async def download_log(self, fp) -> None:
254254
"""Downloads Nextcloud log file. Requires Admin privileges."""

0 commit comments

Comments
 (0)