Skip to content

Commit c3f0a87

Browse files
committed
Fix flake8 warnings
1 parent 40b3a70 commit c3f0a87

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

investing_algorithm_framework/services/data_providers/data_provider_service.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,8 @@ def get(self, data_source: DataSource) -> Optional[DataProvider]:
327327
Get a registered data provider by its data source.
328328
329329
Args:
330-
data_source (DataSource): The data source to get the data provider for.
330+
data_source (DataSource): The data source to get the
331+
data provider for.
331332
332333
Returns:
333334
Optional[DataProvider]: The registered data provider for

0 commit comments

Comments
 (0)