Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions deploy_scripts/kbox_maintainer/logger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python
# coding: utf-8
"""
Copyright Huawei Technologies Co., Ltd. 2021-2021. All rights reserved.

logger is to collect the needed log.

Expand All @@ -11,4 +10,4 @@

from kbox_maintainer.logger.api import log

__all__ = ["log"]
__all__ = ["log"]