mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 07:57:18 +00:00
moar imports
This commit is contained in:
parent
426d8cbfae
commit
0b05766f9b
@ -547,5 +547,9 @@ c.InteractiveShellApp.exec_lines.append('%autoreload 2')
|
||||
# logging
|
||||
c.InteractiveShellApp.exec_lines.append('import logging')
|
||||
#c.InteractiveShellApp.exec_lines.append('logging.basicConfig(level = logging.DEBUG)')
|
||||
c.InteractiveShellApp.exec_lines.append('logging.basicConfig(level = logging.INFO)')
|
||||
# requests
|
||||
c.InteractiveShellApp.exec_lines.append('import datetime')
|
||||
c.InteractiveShellApp.exec_lines.append('import json')
|
||||
c.InteractiveShellApp.exec_lines.append('import requests')
|
||||
c.InteractiveShellApp.exec_lines.append('from decimal import Decimal')
|
||||
|
Loading…
Reference in New Issue
Block a user