Skip to content

Commit

Permalink
Linter updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwatkot committed Jan 6, 2025
1 parent 91d3bd7 commit 57baad7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py3xui/async_api/async_api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class AsyncServerApi(AsyncBaseApi):
```
"""

# pylint: disable=R0801
async def get_db(self, save_path: str) -> None:
"""This route is used to retrieve a database backup file and save it to a specified path.
Expand Down

0 comments on commit 57baad7

Please sign in to comment.