We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9b7212 commit 9755feaCopy full SHA for 9755fea
scrapinghub/client/projects.py
@@ -169,10 +169,6 @@ class Settings(_MappingProxy):
169
170
>>> project.settings.delete('job_runtime_limit')
171
"""
172
- def get(self, key):
173
- # FIXME drop the method when get-by-key is implemented on server side
174
- return next(self._origin.apiget()).get(key)
175
-
176
def set(self, key, value):
177
# FIXME drop the method when post-by-key is implemented on server side
178
if not isinstance(key, six.string_types):
0 commit comments