Skip to content

Commit

Permalink
Import logger
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelYochpaz committed Jan 17, 2024
1 parent 546c92e commit 042c44c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions demisto_sdk/commands/common/git_util.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
import os
import re
from functools import lru_cache
Expand All @@ -21,10 +20,7 @@
DEMISTO_GIT_UPSTREAM,
PACKS_FOLDER,
)


logger = logging.getLogger("demisto-sdk")

from demisto_sdk.commands.common.logger import logger


class CommitOrBranchNotFoundError(GitError):
Expand Down

0 comments on commit 042c44c

Please sign in to comment.