mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
Adjust indenting for flake8 linting errors
This commit is contained in:
parent
549f24360b
commit
1bc299f87f
|
@ -188,8 +188,8 @@ try:
|
|||
HEADERID_EXT_PATH = 'headerid'
|
||||
LEVEL_PARAM = 'level'
|
||||
elif (not hasattr(markdown, '__version__') or
|
||||
(isinstance(markdown.__version__, type(''))
|
||||
and markdown.version < '2.6')):
|
||||
(isinstance(markdown.__version__, type(''))
|
||||
and markdown.version < '2.6')):
|
||||
HEADERID_EXT_PATH = 'markdown.extensions.headerid'
|
||||
LEVEL_PARAM = 'level'
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user