pull/9/head
Raphaël Vinot 2016-03-24 14:36:30 +01:00
parent d64831f215
commit f54e92ab81
1 changed files with 4 additions and 5 deletions

View File

@ -643,7 +643,6 @@ class PyMISP(object):
response = session.post(url, data=json.dumps(to_post))
return self._check_response(response)
# ############################
# ######## Proposals #########
# ############################