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
In lexicon.interfaces.Provider, the methods create_record, update_record, and delete_record are annotated as returning a bool. However, the docstrings do not specify what this return value means. Is it supposed to indicate whether a change was made? Or whether the call was successful?
The text was updated successfully, but these errors were encountered:
In
lexicon.interfaces.Provider
, the methodscreate_record
,update_record
, anddelete_record
are annotated as returning abool
. However, the docstrings do not specify what this return value means. Is it supposed to indicate whether a change was made? Or whether the call was successful?The text was updated successfully, but these errors were encountered: