Skip to content

Commit

Permalink
apply suggestion from #24 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Oct 6, 2024
1 parent 9c9d4d1 commit a4242dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/propcache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
# Imports have moved to `propcache.api` in 0.2.0+.
# This module is now a facade for the API.
if TYPE_CHECKING:
from .api import cached_property, under_cached_property # noqa: F401
from .api import cached_property as cached_property # noqa: F401
from .api import under_cached_property as under_cached_property # noqa: F401


def _import_facade(attr: str) -> object:
Expand Down

0 comments on commit a4242dc

Please sign in to comment.