Skip to content

Commit 25bbea7

Browse files
committed
Fix: type annotation
1 parent c3f8f16 commit 25bbea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaleidoscope/reader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def _auto_engine(self, data_id: str | Path) -> str:
161161
return self._engine
162162

163163
@property
164-
def _chunks(self) -> dict[str:int]:
164+
def _chunks(self) -> dict[str, int]:
165165
"""This method does not belong to public API."""
166166
return self._config[_KEY_CHUNKS]
167167

0 commit comments

Comments
 (0)