mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-11 17:46:12 +02:00
fix bad mock import
This commit is contained in:
parent
e0f7736a32
commit
9b2633a7c5
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import argparse
|
import argparse
|
||||||
import jrnl
|
import jrnl
|
||||||
import pytest
|
import pytest
|
||||||
import mock
|
from unittest import mock
|
||||||
from jrnl.jrnl import _export_journal
|
from jrnl.jrnl import _export_journal
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue