Skip to content

Commit c21e0b6

Browse files
Update src/typing_extensions.py
1 parent ebd2a25 commit c21e0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/typing_extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166

167167
class _Sentinel:
168-
def __repr__(self): # pragma: no cover
168+
def __repr__(self):
169169
return "<sentinel>"
170170

171171

0 commit comments

Comments
 (0)