X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osmclient%2Fcommon%2Fhttp.py;fp=osmclient%2Fcommon%2Fhttp.py;h=9207cbc4c13a4903e4664f9e631bd4b364909fa2;hb=6be1a7f4c1c6ccced45402e9aadddad813eef2a7;hp=433edd0c126417357c7bc44717dadfb49ccf0921;hpb=7ceb9ca4d30d07481e3c1d19583db52ea16ad976;p=osm%2Fosmclient.git diff --git a/osmclient/common/http.py b/osmclient/common/http.py index 433edd0..9207cbc 100644 --- a/osmclient/common/http.py +++ b/osmclient/common/http.py @@ -42,7 +42,6 @@ class Http(object): return curl_cmd def get_cmd(self, endpoint): - data = BytesIO() curl_cmd = self._get_curl_cmd(endpoint) curl_cmd.setopt(pycurl.HTTPGET, 1)