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
The Credentials() and TinyDBStore()remove_profile() methods doctrings specify a return type of int, which is incorrect. The tinydbremove() method returns a type list of all affected IDs.
Proposed solution
Update remove_profile() docstring to specify a return type of list and edit description accordingly.
The text was updated successfully, but these errors were encountered:
Description
The
Credentials()
andTinyDBStore()
remove_profile()
methods doctrings specify a return type ofint
, which is incorrect. Thetinydb
remove()
method returns a typelist
of all affected IDs.Proposed solution
Update
remove_profile()
docstring to specify a return type oflist
and edit description accordingly.The text was updated successfully, but these errors were encountered: