kiwiz / gkeepapi

An unofficial client for the Google Keep API.
MIT License
1.53k stars 114 forks source link

add six deps #124

Closed awkj closed 2 years ago

awkj commented 2 years ago
 is_str = isinstance(query, six.string_types)

the line should add import six, now master code function of 'label" is not work

kiwiz commented 2 years ago

That's my bad. Missed a spot during cleanup. 0.14.1 should fix the issue.

awkj commented 2 years ago

ok, I will close the issue