Skip to content

Commit 25c1317

Browse files
committed
.
1 parent a3bd40f commit 25c1317

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mypy/messages.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,6 @@ def untyped_decorated_function(self, typ: Type, context: Context) -> None:
20082008
if isinstance(typ, AnyType):
20092009
self.fail("Function is untyped after decorator transformation", context)
20102010
else:
2011-
breakpoint()
20122011
self.fail(
20132012
f'Type of decorated function contains type "Any" ({format_type(typ, self.options)})',
20142013
context,

0 commit comments

Comments
 (0)