Skip to content

Commit d84768c

Browse files
committed
Review notes
1 parent 85f6aac commit d84768c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/stubgenc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def generate_function_stub(
580580
decorators.append("@{}".format(self.add_name("typing.overload")))
581581

582582
if ctx.is_abstract:
583-
decorators.append("@{}".format(self.add_name("collections.abc.abstractmethod")))
583+
decorators.append("@{}".format(self.add_name("abc.abstractmethod")))
584584

585585
if class_info is not None:
586586
if self.is_staticmethod(class_info, name, obj):

0 commit comments

Comments
 (0)