You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that could be useful to add some documentation in all methods as a comment.
For example something like that:
defadd_book(context: CallbackContext, chat_id: int, isbn: str, title: str, authors: str) ->None:
"""called in the request of a book or in selling books. Add a book in the Books table Args: context: context passed by the handler chat_id: id of the chat of the message isbn: isbn of the book to add title: title of the book to add authors: authors of the book to add"""
The text was updated successfully, but these errors were encountered:
I think that could be useful to add some documentation in all methods as a comment.
For example something like that:
The text was updated successfully, but these errors were encountered: