remove of unused code
This commit is contained in:
parent
8befcd2896
commit
b9009c23eb
1 changed files with 0 additions and 2 deletions
|
|
@ -10,8 +10,6 @@ from .endpoints import Endpoints
|
|||
class Rohlik(APIClient):
|
||||
def __init__(self, api_key: str):
|
||||
super().__init__(response_handler=JsonResponseHandler, authentication_method=HeaderAuthentication(token=api_key,parameter="x-api-authorization",scheme="token"))
|
||||
# self.response_handler=JsonResponseHandler
|
||||
# self.authentication_method=HeaderAuthentication(token=api_key,parameter="x-api-authorization",scheme="token")
|
||||
|
||||
@serialize()
|
||||
def get_product(self, product_id: int) -> Product:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue