Skip to content

Commit

Permalink
fix extended protocol import in decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Dec 20, 2024
1 parent eb51f2e commit 741ef50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/feature/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
try:
from dlt_example_plugin.feature import ExtendedFeature as SupportsFeature
from dlt_example_plugin.feature import SupportsExtendedFeature as SupportsFeature
from dlt_example_plugin.feature import ExtendedFeature as Feature
except ImportError:
from dlt.feature.reference import SupportsSimpleFeature as SupportsFeature
Expand Down

0 comments on commit 741ef50

Please sign in to comment.