Skip to content

Commit bf3a8a9

Browse files
committed
Tweak NotImplemented definition in fixtures/notimplemented.pyi
1 parent a46afa7 commit bf3a8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/fixtures/notimplemented.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ class dict: pass
1313

1414
class _NotImplementedType(Any):
1515
__call__: NotImplemented # type: ignore
16-
NotImplemented = _NotImplementedType()
16+
NotImplemented: _NotImplementedType
1717

1818
class BaseException: pass

0 commit comments

Comments
 (0)