Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumBlack Labs committed Jul 7, 2021
2 parents 7f43749 + 6a6e33d commit 68b45d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/12_faq/02_architecture_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ As a data pipeline developer, you will interact with a Kedro project, which cons

* The **`conf/`** directory, which contains configuration for the project, such as data catalog configuration, parameters, etc.
* The **`src`** directory, which contains the source code for the project, including:
* The **`pipeline`** directory, which contains the source code for your pipeline.
* The **`pipelines`** directory, which contains the source code for your pipelines.
* **`settings.py`** file contains the settings for the project, such as library component registration, custom hooks registration, etc.
* **`hooks.py`**, which contains custom [Hooks implementations](../07_extend_kedro/02_hooks) in the project, including both registration hooks and extension hooks.
* **`pipeline_registry.py`** file defines the project pipelines, i.e. pipelines that can be run using `kedro run --pipeline`.
Expand Down
2 changes: 1 addition & 1 deletion features/steps/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def wait_for(
timeout_: int = 10,
print_error: bool = False,
sleep_for: int = 1,
**kwargs
**kwargs,
) -> Any:
"""Run specified function until it returns expected result until timeout.
Expand Down

0 comments on commit 68b45d6

Please sign in to comment.