We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9fd88 commit a965bb5Copy full SHA for a965bb5
1 file changed
python_anvil/api_resources/requests.py
@@ -189,4 +189,5 @@ def get(self, url, params=None, **kwargs):
189
190
def post(self, url, data=None, **kwargs):
191
self._validate_url(url)
192
- return super().post(url, data, **kwargs)
+ return super().post(url, data, **kwargs)
193
+
0 commit comments