Skip to content

Commit

Permalink
Fix test_options.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
intgr committed Dec 15, 2022
1 parent 2217673 commit 8aaaee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/typecheck/contrib/admin/test_options.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
from django.contrib import admin
class A(admin.ModelAdmin):
fieldsets = [ # type: ignore
fieldsets = [
(None, {}), # E: Missing key "fields" for TypedDict "_FieldOpts"
]
- case: errors_on_invalid_radio_fields
Expand Down

0 comments on commit 8aaaee9

Please sign in to comment.