From 94ee2a6ad54f0fb221ad6ec4f472bc6c3a427aaf Mon Sep 17 00:00:00 2001 From: Billy Date: Fri, 9 Sep 2022 00:46:21 +0800 Subject: [PATCH] remove unmatched bracket --- biscuit/core/components/popup/popups/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biscuit/core/components/popup/popups/__init__.py b/biscuit/core/components/popup/popups/__init__.py index a0d2bf1e..a0a1eec0 100644 --- a/biscuit/core/components/popup/popups/__init__.py +++ b/biscuit/core/components/popup/popups/__init__.py @@ -1 +1 @@ -from .commandpalette import CommandPalette] +from .commandpalette import CommandPalette