Skip to content

Commit

Permalink
Please pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx authored and davedash committed Oct 26, 2023
1 parent 876363c commit 46c52d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion fixture_magic/management/commands/dump_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 46c52d1

Please sign in to comment.