clean up import statements

This commit is contained in:
Jonathan Wren 2020-08-15 18:49:23 -07:00
parent 73a348b033
commit 9ccbcdcc7e
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A
23 changed files with 66 additions and 50 deletions

View file

@ -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):