Skip to content
Snippets Groups Projects

Renamed trait ExecutionLayer.data_source_models to data_sources

Merged Adham Hashibon requested to merge rename-execution-layer-data-sources into master
7 files
+ 15
15
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -7,4 +7,4 @@ class ExecutionLayer(HasStrictTraits):
@@ -7,4 +7,4 @@ class ExecutionLayer(HasStrictTraits):
"""Represents a single layer in the execution stack.
"""Represents a single layer in the execution stack.
It contains a list of the data source models that must be executed.
It contains a list of the data source models that must be executed.
"""
"""
data_source_models = List(BaseDataSourceModel)
data_sources = List(BaseDataSourceModel)
Loading