From 46c52d1f4960cb6cec6ed2f1e209e2b976923eb9 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Wed, 25 Oct 2023 16:56:50 +0200 Subject: [PATCH] Please pep8 --- fixture_magic/management/commands/dump_object.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/fixture_magic/management/commands/dump_object.py b/fixture_magic/management/commands/dump_object.py index 46cce20..8467b6f 100644 --- a/fixture_magic/management/commands/dump_object.py +++ b/fixture_magic/management/commands/dump_object.py @@ -37,7 +37,10 @@ def add_arguments(self, parser): action='store_true', dest='kitchensink', default=False, help='Attempts to get related objects as well.') - parser.add_argument('--exclude-fields', '-e', default=[], nargs='*', help='List of excluded fields (works for all models)') + parser.add_argument('--exclude-fields', '-e', + default=[], + nargs='*', + help='List of excluded fields (works for all models)') parser.add_argument('--natural', '-n', action='store_true', dest='natural', default=False,