Papaflessas commited on
Commit
ef37c27
·
1 Parent(s): d72801c

Deploy Signal Generator app

Browse files
Files changed (1) hide show
  1. src/orchestrator/__init__.py +1 -13
src/orchestrator/__init__.py CHANGED
@@ -3,16 +3,4 @@ Orchestrator Module
3
  Coordinates all components of Stock Alchemist
4
  """
5
 
6
- from orchestrator.singletons import (
7
- DatabaseManager,
8
- NewsScraperManager,
9
- CalendarScraperManager,
10
- FundamentalAnalysisManager
11
- )
12
-
13
- __all__ = [
14
- 'DatabaseManager',
15
- 'NewsScraperManager',
16
- 'CalendarScraperManager',
17
- 'FundamentalAnalysisManager'
18
- ]
 
3
  Coordinates all components of Stock Alchemist
4
  """
5
 
6
+ # singletons.py was removed, so we remove the import to prevent startup errors.