chore(api/services): apply ruff reformatting (#7599)

Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
Bowen Liang 2024-08-26 13:43:57 +08:00 committed by GitHub
commit 17fd773a30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 2630 additions and 2655 deletions

View file

@ -1,3 +1,3 @@
from . import errors
__all__ = ['errors']
__all__ = ["errors"]