Skip to content

Commit

Permalink
[fixed] lgtm issue : unused imported module of 'signal' and change to…
Browse files Browse the repository at this point in the history
… PEP8 style code imported module
  • Loading branch information
slowy07 authored and you-n-g committed Jul 18, 2021
1 parent f8a2b05 commit 2023f71
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions qlib/workflow/utils.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

import sys, traceback, signal, atexit, logging
import atexit
import logging
import sys
import traceback

from ..log import get_module_logger
from . import R
from .recorder import Recorder
from ..log import get_module_logger

logger = get_module_logger("workflow", logging.INFO)

Expand Down

0 comments on commit 2023f71

Please sign in to comment.