mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
fix: resolve circular import in updator.py
This commit is contained in:
@@ -2,11 +2,10 @@ import os
|
||||
import zipfile
|
||||
|
||||
from astrbot.core import logger
|
||||
from astrbot.core.star.star import StarMetadata
|
||||
from astrbot.core.utils.astrbot_path import get_astrbot_plugin_path
|
||||
from astrbot.core.utils.io import ensure_dir, remove_dir
|
||||
|
||||
from ..star.star import StarMetadata
|
||||
from ..updator import RepoZipUpdator
|
||||
from astrbot.core.zip_updator import RepoZipUpdator
|
||||
|
||||
|
||||
class PluginUpdator(RepoZipUpdator):
|
||||
|
||||
Reference in New Issue
Block a user