general: migrate modules to use 3.9 features
This commit is contained in:
parent
d3f9a8e8b6
commit
8496d131e7
125 changed files with 889 additions and 739 deletions
|
@ -3,9 +3,9 @@ Unified RSS data, merged from different services I used historically
|
|||
'''
|
||||
|
||||
# NOTE: you can comment out the sources you're not using
|
||||
from . import feedbin, feedly
|
||||
from collections.abc import Iterable
|
||||
|
||||
from typing import Iterable
|
||||
from . import feedbin, feedly
|
||||
from .common import Subscription, compute_subscriptions
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue