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
|
@ -22,9 +22,9 @@ except ImportError as ie:
|
|||
|
||||
|
||||
from dataclasses import dataclass
|
||||
from functools import cached_property
|
||||
import html
|
||||
from ..core.common import Paths, datetime_aware
|
||||
from ..core.compat import cached_property
|
||||
from ..core.error import Res
|
||||
from ..core.kompress import ZipPath
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue