mypy: Fix django related error by using stubs
Use django stubs for mypy to remove the following error in models.py
:
Need type annotation for 'url'
.
Migrated from D5313 (view on Phabricator)
Use django stubs for mypy to remove the following error in models.py
:
Need type annotation for 'url'
.
Migrated from D5313 (view on Phabricator)