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
Addressed pylint's dangerous-default-value / W0102
Also fixed processing of str inputs, which would process it into a list
of characters in strings, as opposed to the list with one element that is
the argument string.
Fixed pylint unidiomatic-typecheck / C0123
Use [] instead of list() per pylint
0 commit comments