We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b21e6c commit d4feb8fCopy full SHA for d4feb8f
1 file changed
tests/test_create_single_guid.py
@@ -10,7 +10,6 @@ class DummyHTTP:
10
def __init__(self, headers):
11
self._headers = headers
12
def request(self, method, url, **kwargs):
13
- # Simulate minimal Response-like object (subset of requests.Response API used by code)
14
# Simulate minimal Response-like object (subset of requests.Response API used by code)
15
resp = types.SimpleNamespace()
16
resp.headers = self._headers
0 commit comments