You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: investing_bot_framework/templates/bot_project_directory/bot_project_template/data_providers/data_providers.py-template
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@ from investing_bot_framework.core.data_providers import DataProvider
2
2
from investing_bot_framework.core.utils import TimeUnit
3
3
4
4
"""
5
-
Define here all you data providers, e.g. Rest API client
0 commit comments