ciyidogan commited on
Commit
8f06ef3
·
verified ·
1 Parent(s): 3ff1612

Update intent_api.py

Browse files
Files changed (1) hide show
  1. intent_api.py +2 -1
intent_api.py CHANGED
@@ -1,4 +1,5 @@
1
- import intent, requests, log, traceback
 
2
 
3
  def auth_token_handler(intent_name, auth_config, session):
4
  try:
 
1
+ import intent, requests, traceback
2
+ from log import log
3
 
4
  def auth_token_handler(intent_name, auth_config, session):
5
  try: