We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b95c9a7 commit c3f8f16Copy full SHA for c3f8f16
kaleidoscope/reader.py
@@ -81,7 +81,7 @@ class Reader(Reading):
81
_config: dict[Any, Any]
82
"""The reader configuration."""
83
84
- def __init__(self, config: dict[str:Any] | None = None):
+ def __init__(self, config: dict[str, Any] | None = None):
85
"""
86
Creates a new reader instance.
87
0 commit comments