mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
remove unused import
This commit is contained in:
parent
c7f7e2f287
commit
140d0d6dcf
1 changed files with 0 additions and 1 deletions
1
jrnl.py
1
jrnl.py
|
@ -17,7 +17,6 @@ from Crypto.Cipher import AES
|
||||||
from Crypto.Random import random, atfork
|
from Crypto.Random import random, atfork
|
||||||
import hashlib
|
import hashlib
|
||||||
import getpass
|
import getpass
|
||||||
import mimetypes
|
|
||||||
|
|
||||||
default_config = {
|
default_config = {
|
||||||
'journal': os.path.expanduser("~/journal.txt"),
|
'journal': os.path.expanduser("~/journal.txt"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue