Skip to content

Commit 8aaaee9

Browse files
committed
Fix test_options.yml
1 parent 2217673 commit 8aaaee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/typecheck/contrib/admin/test_options.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
from django.contrib import admin
105105
106106
class A(admin.ModelAdmin):
107-
fieldsets = [ # type: ignore
107+
fieldsets = [
108108
(None, {}), # E: Missing key "fields" for TypedDict "_FieldOpts"
109109
]
110110
- case: errors_on_invalid_radio_fields

0 commit comments

Comments
 (0)