Add autodoc_typehints = 'none'
This commit is contained in:
@@ -23,6 +23,7 @@ class ZendeskAdmin:
|
||||
:type token: :class:`str`
|
||||
:param password: Пароль администратора, указанный в env
|
||||
:type password: :class:`str`
|
||||
|
||||
"""
|
||||
|
||||
credentials: dict = {
|
||||
|
||||
@@ -96,7 +96,7 @@ class StatisticForm(forms.Form):
|
||||
:param range_end: Дата и время окончания работы
|
||||
:type range_end: :class:`django.forms.fields.DateField`
|
||||
"""
|
||||
email = forms.EmailField(
|
||||
email: str = forms.EmailField(
|
||||
label='Электроная почта',
|
||||
widget=forms.EmailInput(
|
||||
attrs={
|
||||
|
||||
Reference in New Issue
Block a user