Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Edouard360 committed Oct 23, 2018
1 parent f6ead86 commit 5172756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feedly/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
handy getter methods, but otherwise you can just use a .json property to access the
raw json passed back by the client.
"""
from typing import Any, Dict, Optional, Callable, Union
from typing import Any, Dict, Optional, Callable, Union, List
from urllib.parse import quote_plus

from feedly.protocol import APIClient
Expand Down

0 comments on commit 5172756

Please sign in to comment.