File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
investing_algorithm_framework/core/data_providers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ def __str__(self) -> str:
2323
2424class DataProvider (ScheduledWorker ):
2525 """
26- Class DataProvider: An entity which responsibility is to provide data_providers from an external data_providers
27- source. Where a data_providers source is defined as any third party service that provides data_providers ,
28- e.g cloud storage, REST API, or website.
26+ Class DataProvider: An entity which responsibility is to provide data from an external source.
27+ Where a data_providers source is defined as any third party service that provides data e.g cloud storage ,
28+ REST API, or website.
2929
30- A data_providers provider must always be run with the start function from it´s super class. Otherwise depend
30+ A data_provider must always be run with the start function from it´s super class. Otherwise depended
3131 observers will not be updated.
3232 """
3333
You can’t perform that action at this time.
0 commit comments