GuglielmoTor commited on
Commit
07be99a
·
verified ·
1 Parent(s): 9c8c059

Update Data_Fetching_and_Rendering.py

Browse files
Files changed (1) hide show
  1. Data_Fetching_and_Rendering.py +1 -0
Data_Fetching_and_Rendering.py CHANGED
@@ -1,4 +1,5 @@
1
  import json
 
2
  from sessions import create_session
3
 
4
  API_V2_BASE = 'https://api.linkedin.com/v2'
 
1
  import json
2
+ import requests
3
  from sessions import create_session
4
 
5
  API_V2_BASE = 'https://api.linkedin.com/v2'