mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-02 19:40:13 +03:00
Fix syntax error
This commit is contained in:
parent
619a84f583
commit
9873fb87a7
|
@ -18,8 +18,8 @@ class Command(BaseCommand):
|
||||||
assert coreapi is not None, 'coreapi must be installed.'
|
assert coreapi is not None, 'coreapi must be installed.'
|
||||||
|
|
||||||
generator_class = api_settings.DEFAULT_SCHEMA_GENERATOR_CLASS(
|
generator_class = api_settings.DEFAULT_SCHEMA_GENERATOR_CLASS(
|
||||||
url=options['url']
|
url=options['url'],
|
||||||
title=options['title']
|
title=options['title'],
|
||||||
description=options['description']
|
description=options['description']
|
||||||
)
|
)
|
||||||
generator = generator_class()
|
generator = generator_class()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user