Skip to content

Commit a965bb5

Browse files
committed
lint errors
1 parent 8d9fd88 commit a965bb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python_anvil/api_resources/requests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,5 @@ def get(self, url, params=None, **kwargs):
189189

190190
def post(self, url, data=None, **kwargs):
191191
self._validate_url(url)
192-
return super().post(url, data, **kwargs)
192+
return super().post(url, data, **kwargs)
193+

0 commit comments

Comments
 (0)