Skip to content

Commit 306fd86

Browse files
type annotate _sources of IniConfig for clarity
1 parent 1c81708 commit 306fd86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/iniconfig/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def items(self) -> Iterator[tuple[str, str]]:
8989
class IniConfig:
9090
path: Final[str]
9191
sections: Final[Mapping[str, Mapping[str, str]]]
92+
_sources: Final[Mapping[tuple[str, str | None], int]]
9293

9394
def __init__(
9495
self,

0 commit comments

Comments
 (0)