Skip to content

Commit

Permalink
fix: Make import absolut
Browse files Browse the repository at this point in the history
  • Loading branch information
sveneberth committed Jan 23, 2025
1 parent a61ca57 commit dc3c949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viur/shop/types/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import typing as t

from viur.core.skeleton import Skeleton as _Skeleton, SkeletonInstance as _SkeletonInstance
from ...core import i18n
from viur.core import i18n

SkeletonCls_co = t.TypeVar("SkeletonCls_co", bound=t.Type[_Skeleton], covariant=True)

Expand Down

0 comments on commit dc3c949

Please sign in to comment.