Skip to content

Commit

Permalink
fix mypy issue with new DRF types
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed Dec 16, 2021
1 parent f4b5c78 commit aff4548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drf_spectacular/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
]

spectacular_settings = APISettings(
user_settings=getattr(settings, 'SPECTACULAR_SETTINGS', {}),
user_settings=getattr(settings, 'SPECTACULAR_SETTINGS', {}), # type: ignore
defaults=SPECTACULAR_DEFAULTS, # type: ignore
import_strings=IMPORT_STRINGS,
)

0 comments on commit aff4548

Please sign in to comment.