Skip to content

Commit 1aae5a1

Browse files
committed
SW-3741
1 parent 460e711 commit 1aae5a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

whatsapp_api_client_python/tools/partner.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from typing import Dict, List, Optional, TYPE_CHECKING, Union
1+
from typing import Optional, TYPE_CHECKING
22

33
from ..response import Response
44

@@ -20,7 +20,7 @@ def getInstances(
2020
"{{host}}/partner/"
2121
"getInstances/{{partnerToken}}"
2222
), request_body
23-
) ### GOOD
23+
)
2424

2525
def createInstance(
2626
self,
@@ -51,7 +51,7 @@ def createInstance(
5151
"{{host}}/partner/"
5252
"createInstance/{{partnerToken}}"
5353
), request_body
54-
) ### NOT FINISHED!!!!
54+
)
5555

5656
def deleteInstanceAccount(
5757
self,
@@ -65,7 +65,7 @@ def deleteInstanceAccount(
6565
"{{host}}/partner/"
6666
"deleteInstanceAccount/{{partnerToken}}"
6767
), request_body
68-
) ###GOOD
68+
)
6969

7070
@classmethod
7171
def __handle_parameters(cls, parameters: dict) -> dict:

0 commit comments

Comments
 (0)