Skip to content

Commit 81d05ee

Browse files
committed
Add suppression
1 parent 3a713fe commit 81d05ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/typecheck/managers/test_managers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
class MyManager(models.Manager):
356356
def get_instance(self) -> int:
357357
pass
358-
def get_instance_untyped(self, name: str):
358+
def get_instance_untyped(self, name: str): # type: ignore[no-untyped-def]
359359
pass
360360
class User(models.Model):
361361
objects = MyManager()

0 commit comments

Comments
 (0)