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
|
@ -4,9 +4,10 @@ Feedly RSS reader
|
|||
|
||||
import json
|
||||
from abc import abstractmethod
|
||||
from collections.abc import Iterator, Sequence
|
||||
from datetime import datetime, timezone
|
||||
from pathlib import Path
|
||||
from typing import Iterator, Protocol, Sequence
|
||||
from typing import Protocol
|
||||
|
||||
from my.core import Paths, get_files
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue