From 56ada403145bc79dfd7374be349a217a8df26b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=B0=B8=E8=B5=AB?= <1259085392@qq.com> Date: Tue, 21 Apr 2026 09:31:33 +0900 Subject: [PATCH] style: format provider command --- astrbot/builtin_stars/builtin_commands/commands/provider.py | 1 - 1 file changed, 1 deletion(-) diff --git a/astrbot/builtin_stars/builtin_commands/commands/provider.py b/astrbot/builtin_stars/builtin_commands/commands/provider.py index 80612e2d7..971d6ca8a 100644 --- a/astrbot/builtin_stars/builtin_commands/commands/provider.py +++ b/astrbot/builtin_stars/builtin_commands/commands/provider.py @@ -246,4 +246,3 @@ class ProviderCommands: ) else: event.set_result(MessageEventResult().message("❌ Invalid parameter.")) -