prettify instapaper module

This commit is contained in:
Dima Gerasimov 2020-03-24 20:02:38 +00:00
parent f6790b6d49
commit 3365f979ed
3 changed files with 10 additions and 29 deletions

6
tests/instapaper.py Normal file
View file

@ -0,0 +1,6 @@
from my.instapaper import get_todos
def test_get_todos():
for t in get_todos():
print(t)