Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
barryyosi-panw committed Feb 19, 2025
1 parent d8d97bb commit 2127f78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demisto_sdk/commands/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2251,4 +2251,4 @@ class PlaybookTaskType(StrEnum):
"update-remote-system",
]

DEFAULT_PLATFORM_MODULES: list[str] = []
DEFAULT_PLATFORM_MODULES: list[str] = []
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from wcmatch.pathlib import Path

from demisto_sdk.commands.common.constants import (
DEFAULT_PLATFORM_MODULES,
PACKS_PACK_META_FILE_NAME,
PARTNER_SUPPORT,
XSOAR_AUTHOR,
Expand All @@ -21,13 +22,14 @@
write_dict,
)
from demisto_sdk.commands.find_dependencies.find_dependencies import PackDependencies
from demisto_sdk.commands.common.constants import DEFAULT_PLATFORM_MODULES

DATETIME_FORMAT = "%Y-%m-%dT%H:%M:%SZ"
XSOAR_CERTIFIED = "certified"
XSOAR_EULA_URL = "https://github.com/demisto/content/blob/master/LICENSE"

CORE_PACKS_LIST = get_core_pack_list()


class PackMetaData(JSONObject):
def __init__(self, path: Union[Path, str]):
super().__init__(path)
Expand Down

0 comments on commit 2127f78

Please sign in to comment.