Skip to content

Commit

Permalink
add missing logger in api
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricporter authored and EricWang committed Apr 6, 2017
1 parent 2f5b999 commit d82ae39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rqalpha/api/api_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
from ..utils import to_industry_code, to_sector_name, unwrapper
from ..utils.exception import patch_user_exc, patch_system_exc, EXC_EXT_NAME, RQInvalidArgument
from ..utils.i18n import gettext as _
from ..utils.logger import user_log as logger

from ..model.instrument import SectorCodeItem, IndustryCodeItem
from ..utils.arg_checker import apply_rules, verify_that
Expand All @@ -51,6 +52,7 @@


__all__ = [
'logger',
'sector_code',
'industry_code',
'LimitOrder',
Expand Down

0 comments on commit d82ae39

Please sign in to comment.