Skip to content
Snippets Groups Projects
Commit 3765ae44 authored by Florent Chehab's avatar Florent Chehab
Browse files

flake8

parent 6c44bb1d
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ data = data.drop(["Least Developed Countries (LDC)",
axis=1)
def make_post(address, data):
h = {'Authorization': 'Token ' + api_token}
r = requests.post(address, headers=h, data=data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment