mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 16:26:13 +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):
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import datetime
|
||||
|
||||
from jrnl import time
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue