mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
chore(api): Introduce Ruff Formatter. (#7291)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from blinker import signal
|
||||
|
||||
# sender: tenant
|
||||
tenant_was_created = signal('tenant-was-created')
|
||||
tenant_was_created = signal("tenant-was-created")
|
||||
|
||||
# sender: tenant
|
||||
tenant_was_updated = signal('tenant-was-updated')
|
||||
tenant_was_updated = signal("tenant-was-updated")
|
||||
|
||||
Reference in New Issue
Block a user