Skip to content

Commit

Permalink
remove duplicate logger
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongjiajie committed Jan 21, 2025
1 parent afcb434 commit bed65a2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/spdx_matcher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@
__version__ = version("spdx_matcher")
logger = logging.getLogger(__name__)

logger = logging.getLogger(__name__)

logger = logging.getLogger(__name__)

DEFAULT_CACHE_PATH = os.path.join(
os.path.abspath(os.path.dirname(__file__)), "spdxCache.json"
)
Expand Down

0 comments on commit bed65a2

Please sign in to comment.