mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +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
Reference in a new issue