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
all is a keyword arg for _bleio.ScanEntry.matches(), but all() is also the name of a builtin function, and so the keyword arg is flagged by pylint, etc. as masking the builtin function name. So let's change the arg name.