We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 232d515 + 85d3def commit c5f07e9Copy full SHA for c5f07e9
2 files changed
tests/unit/__init__.py
@@ -1,8 +1,9 @@
1
"""Unit tests."""
2
3
+from typing import Any
4
from configuration import configuration # noqa: F401
5
-config_dict = {
6
+config_dict: dict[str, Any] = {
7
"name": "test",
8
"service": {
9
"host": "localhost",
0 commit comments