mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 07:26:14 +02:00
Add and run isort
on Python files (#1520)
* add and run isort * udpate more import statements * fix typo
This commit is contained in:
parent
20254f7434
commit
0f2962a95f
44 changed files with 223 additions and 203 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
import sys
|
||||
|
||||
from .cli import cli
|
||||
from jrnl.cli import cli
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(cli())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue