Skip to content

Commit ce84402

Browse files
authored
Ensured lines don't exceed max length of 88
...to satisfy the Flake8 linter to allow the tests in #1130 to run.
1 parent 196ec68 commit ce84402

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

simple_history/management/commands/clean_duplicate_history.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def add_arguments(self, parser):
3939
"--base-manager",
4040
action="store_true",
4141
default=False,
42-
help="Use Django's base manager to handle all records stored in the database,"
43-
" including those that would otherwise be filtered or modified by a"
44-
" custom manager.",
42+
help="Use Django's base manager to handle all records stored in the"
43+
" database, including those that would otherwise be filtered or modified"
44+
" by a custom manager.",
4545
)
4646

4747
def handle(self, *args, **options):

0 commit comments

Comments
 (0)