Skip to content

Commit 380adeb

Browse files
committed
fix: extra space in python sdk
1 parent 5c416dc commit 380adeb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function getSSLPage($url) {
4242
// $platform = 'console';
4343
// $platform = 'server';
4444

45-
$version = '1.8.x';
45+
$version = '1.7.x';
4646
$spec = getSSLPage("https://raw.githubusercontent.com/appwrite/appwrite/{$version}/app/config/specs/swagger2-{$version}-{$platform}.json");
4747

4848
if(empty($spec)) {

templates/python/package/services/service.py.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class {{ service.name | caseUcfirst }}(Service):
4343
This API has been deprecated.
4444
{%~ endif %}
4545
{% endif %}
46-
4746
Parameters
4847
----------
4948
{% for parameter in method.parameters.all %}{{ parameter.name | escapeKeyword | caseSnake }} : {{ parameter | getPropertyType(method) | raw }}

0 commit comments

Comments
 (0)