chore(api/core): apply ruff reformatting (#7624)

This commit is contained in:
Bowen Liang 2024-09-10 17:00:20 +08:00 committed by GitHub
commit 2cf1187b32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
724 changed files with 21180 additions and 21123 deletions

View file

@ -23,4 +23,4 @@ class BaseTraceInstance(ABC):
Abstract method to trace activities.
Subclasses must implement specific tracing logic for activities.
"""
...
...