perf: push account (#9594)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-02-16 18:49:42 +08:00
committed by GitHub
parent 1298cc0a91
commit fc2d7aafce
3 changed files with 15 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
from copy import deepcopy
from common.utils import get_logger
from accounts.automations.methods import platform_automation_methods
from accounts.const import SecretType
from assets.automations.base.manager import BasePlaybookManager
from accounts.automations.methods import platform_automation_methods
from common.utils import get_logger
logger = get_logger(__name__)