Skip to content

Commit

Permalink
fix failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tsugumi-sys committed Apr 29, 2024
1 parent 59ef1c1 commit 41c1fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stocklake/nasdaqapi/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run(self):
return

self._run(
Exchange.NASDAQ,
self.exchange,
NASDAQSymbolsDataLoader(exchange_name=self.exchange),
NASDAQSymbolsPreprocessor(),
NASDAQDataStore(),
Expand Down

0 comments on commit 41c1fdf

Please sign in to comment.