Skip to content

Commit

Permalink
resolve AttributeError for logging.config
Browse files Browse the repository at this point in the history
  • Loading branch information
tramyn committed Sep 28, 2020
1 parent d7180e5 commit 23aa92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intent_parser/addons/ip_addon_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import intent_parser.constants.intent_parser_constants as ip_constants
import intent_parser.utils.intent_parser_utils as util
import json
import logging
import logging.config
import os.path
import time
import traceback
Expand Down

0 comments on commit 23aa92d

Please sign in to comment.