menikev commited on
Commit
c475544
·
verified ·
1 Parent(s): 2022169

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -4,7 +4,7 @@ from crewai import Crew, Process
4
  from textwrap import dedent
5
  import json
6
  from crypto_analysis_agents import CryptoAnalysisAgents
7
- from crypto_analysis_tasks import CryptoAnalysisTasks # <-- Corrected the import name based on previous feedback
8
 
9
  class CryptoCrew:
10
  def __init__(self, crypto):
 
4
  from textwrap import dedent
5
  import json
6
  from crypto_analysis_agents import CryptoAnalysisAgents
7
+ from crypto__analysis_tasks import CryptoAnalysisTasks # <-- Corrected the import name based on previous feedback
8
 
9
  class CryptoCrew:
10
  def __init__(self, crypto):