mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-30 22:46:12 +02:00
clean up import statements
This commit is contained in:
parent
73a348b033
commit
9ccbcdcc7e
23 changed files with 66 additions and 50 deletions
|
@ -1,7 +1,8 @@
|
|||
from jrnl.parse_args import parse_args
|
||||
import shlex
|
||||
|
||||
import pytest
|
||||
import shlex
|
||||
|
||||
from jrnl.parse_args import parse_args
|
||||
|
||||
|
||||
def cli_as_dict(str):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue