mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-07 19:08:32 -05:00
Format Python code with black
This commit is contained in:
@@ -6,7 +6,9 @@ from paperless_mail import tasks
|
||||
class Command(BaseCommand):
|
||||
|
||||
help = """
|
||||
""".replace(" ", "")
|
||||
""".replace(
|
||||
" ", ""
|
||||
)
|
||||
|
||||
def handle(self, *args, **options):
|
||||
|
||||
|
Reference in New Issue
Block a user