Skip to content

Commit

Permalink
Fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Oct 31, 2024
1 parent b41563a commit 2f8a1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/direct_feed/test_filter_wick.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from eth_defi.event_reader.reorganisation_monitor import MockChainAndReorganisationMonitor
from tradingstrategy.direct_feed.synthetic_feed import SyntheticTradeFeed
from tradingstrategy.direct_feed.timeframe import Timeframe
from tradingstrategy.utils.groupeduniverse import filter_bad_wicks, fix_bad_wicks, remove_zero_candles
from tradingstrategy.utils.wrangle import filter_bad_wicks, fix_bad_wicks, remove_zero_candles
from tradingstrategy.utils.wrangle import fix_dex_price_data


Expand Down

0 comments on commit 2f8a1a0

Please sign in to comment.