Skip to content

Commit

Permalink
changed to relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
lyliyu committed Nov 10, 2023
1 parent 67f33eb commit 06f3367
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion channelDemoCatalog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from framework.channel import Channel
from channelDemoStore.sales import Sales
from .sales import Sales
from featurefamily_common.trends import TrendsCommon
from framework.feature_factory.dtm import DateTimeManager
from framework.feature_factory import Helpers
Expand Down
2 changes: 1 addition & 1 deletion channelDemoStore/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from framework.channel import Channel
from channelDemoStore.sales import Sales
from .sales import Sales
from featurefamily_common.trends import TrendsCommon
from framework.feature_factory.dtm import DateTimeManager
from framework.feature_factory import Helpers
Expand Down
2 changes: 1 addition & 1 deletion channelDemoWeb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from framework.channel import Channel
from channelDemoStore.sales import Sales
from .sales import Sales
from featurefamily_common.trends import TrendsCommon
from framework.feature_factory.dtm import DateTimeManager
from framework.feature_factory import Helpers
Expand Down

0 comments on commit 06f3367

Please sign in to comment.