mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 10:59:17 +02:00
See #297: removed unused variables
This commit is contained in:
parent
2b1c46317f
commit
639882bd34
50 changed files with 33 additions and 88 deletions
|
@ -41,7 +41,6 @@ class Command(BaseCommand):
|
|||
script["entrypoint"](self, **options)
|
||||
|
||||
def show_help(self):
|
||||
indentation = 4
|
||||
self.stdout.write("")
|
||||
self.stdout.write("Available scripts:")
|
||||
self.stdout.write("Launch with: python manage.py <script_name>")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue