python-dependency-injector/examples
Illia Volochii daca85d555
Fix a few issues in the introduction (#580)
* Fix a statement about coupling and cohesion that is not always true

https://enterprisecraftsmanship.com/posts/cohesion-coupling-difference/#_types_of_code_from_a_cohesion_and_coupling_perspective

* Fix a typing issue in an example

`ApiClient` expects timeout to be an integer (based on a type hint), but `os.getenv` returns a string when `TIMEOUT` is set.

* Specify the `None` return type where it is missed

* Fix typing issues in some other places

* Edit a statement about coupling and cohesion

Co-authored-by: Roman Mogylatov <rmogilatov@gmail.com>

Co-authored-by: Roman Mogylatov <rmogilatov@gmail.com>
2022-04-16 21:29:35 -04:00
..
containers Update quotes in container examples 2021-09-30 15:16:17 -04:00
demo Fix a few issues in the introduction (#580) 2022-04-16 21:29:35 -04:00
miniapps Update examples to use config __init__ args (#527) 2021-10-31 20:31:39 -04:00
providers Aggregate provider (#544) 2022-01-09 21:45:20 -05:00
wiring Wiring with string module names (#515) 2021-09-30 15:03:19 -04:00
.pydocstylerc Movie lister example rework (#280) 2020-08-12 17:04:46 -04:00