Skip to content

Commit

Permalink
Fix import of is_feature_enabled after 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlpzx committed Nov 9, 2023
1 parent d2b5473 commit 438b152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/dataall/modules/datasets/api/table/resolvers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

from dataall.core.feature_toggle_checker import is_feature_enabled
from dataall.base.feature_toggle_checker import is_feature_enabled
from dataall.modules.catalog.db.glossary_repositories import GlossaryRepository
from dataall.modules.datasets.api.dataset.resolvers import get_dataset
from dataall.base.api.context import Context
Expand Down

0 comments on commit 438b152

Please sign in to comment.