mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 03:28:31 +02:00
remove unused import in markdown file
This commit is contained in:
parent
91949a0d3d
commit
a1e5360803
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@ import argparse
|
||||||
from Crypto.Cipher import AES
|
from Crypto.Cipher import AES
|
||||||
import getpass
|
import getpass
|
||||||
import hashlib
|
import hashlib
|
||||||
import sys
|
|
||||||
|
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser()
|
||||||
parser.add_argument("filepath", help="journal file to decrypt")
|
parser.add_argument("filepath", help="journal file to decrypt")
|
||||||
|
|
Loading…
Add table
Reference in a new issue