Skip to content

Commit

Permalink
Make docstring one-line to fix codacy errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdaily committed Jun 15, 2021
1 parent 6a50919 commit 17fa50b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions schedule/management/commands/generateschema_mocked.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
class Command(GenerateSchemaCommand):
help = "Command to generate OpenAPI schema with external services mocked"
def __init__(self):
"""
Generate OpenAPI schema with mock ConfigDB data.
"""
"""Generate OpenAPI schema with mock ConfigDB data."""
super().__init__()
# Mock out ConfigDB response for doc generation.
responses._default_mock.__enter__()
Expand Down

0 comments on commit 17fa50b

Please sign in to comment.