mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 12:00:58 +08:00
[fixed] lgtm issue : unused imported module of 'signal' and change to PEP8 style code imported module
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user