general: switch to using native 3.8 versions for cached_property/Literal/Protocol instead of compat
This commit is contained in:
parent
fe2c99f037
commit
0e9624e354
16 changed files with 29 additions and 98 deletions
|
@ -6,12 +6,12 @@ REQUIRES = [
|
|||
'icalendar',
|
||||
]
|
||||
|
||||
from datetime import datetime
|
||||
from functools import cached_property
|
||||
import re
|
||||
from typing import Dict, List, Iterator
|
||||
from datetime import datetime
|
||||
|
||||
from .core.common import LazyLogger, get_files, group_by_key, make_dict
|
||||
from .core.compat import cached_property
|
||||
|
||||
from my.config import rtm as config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue