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
|
@ -1,8 +1,7 @@
|
|||
from my.core import __NOT_HPI_MODULE__
|
||||
|
||||
from typing import Iterator, Optional
|
||||
from typing import Iterator, Optional, Protocol
|
||||
|
||||
from my.core.compat import Protocol
|
||||
from my.core import datetime_aware
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue