mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 01:18:31 +02:00
[GH-632] removing unreachable return statement
This commit is contained in:
parent
4d0640e613
commit
244165664b
1 changed files with 0 additions and 2 deletions
|
@ -104,8 +104,6 @@ older versions of jrnl anymore.
|
||||||
|
|
||||||
raise UpgradeValidationException
|
raise UpgradeValidationException
|
||||||
|
|
||||||
return
|
|
||||||
|
|
||||||
# write all journals - or - don't
|
# write all journals - or - don't
|
||||||
for j in all_journals:
|
for j in all_journals:
|
||||||
j.write()
|
j.write()
|
||||||
|
|
Loading…
Add table
Reference in a new issue