mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
remove unneeded imports
This commit is contained in:
parent
ec9b078a7d
commit
e889585935
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ from unittest import mock
|
||||||
|
|
||||||
# from __future__ import with_statement
|
# from __future__ import with_statement
|
||||||
from jrnl.args import parse_args
|
from jrnl.args import parse_args
|
||||||
import os
|
from behave import then
|
||||||
from behave import given, then
|
|
||||||
|
|
||||||
import jrnl
|
import jrnl
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue