We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43eb15e commit 95b0356Copy full SHA for 95b0356
docs/main/changelog.rst
@@ -10,6 +10,13 @@ follows `Semantic versioning`_
10
Development version
11
-------------------
12
- Add tests for ``.as_float()`` modifier usage with wiring.
13
+- Make refactoring of wiring module and tests.
14
+ See PR # `#406 <https://github.com/ets-labs/python-dependency-injector/issues/406>`_.
15
+ Thanks to `@withshubh <https://github.com/withshubh>`_ for the contribution:
16
+ - Refactor unnecessary ``else`` / ``elif`` in ``wiring`` module when ``if`` block has a
17
+ return statement.
18
+ - Remove unused imports in tests.
19
+ - Use literal syntax to create data structure in tests.
20
21
4.26.0
22
------
0 commit comments