We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4cf94 commit 01aafc2Copy full SHA for 01aafc2
1 file changed
astrbot/core/star/updator.py
@@ -2,11 +2,10 @@
2
import zipfile
3
4
from astrbot.core import logger
5
+from astrbot.core.star.star import StarMetadata
6
from astrbot.core.utils.astrbot_path import get_astrbot_plugin_path
7
from astrbot.core.utils.io import ensure_dir, remove_dir
-
8
-from ..star.star import StarMetadata
9
-from ..updator import RepoZipUpdator
+from astrbot.core.zip_updator import RepoZipUpdator
10
11
12
class PluginUpdator(RepoZipUpdator):
0 commit comments