remove unused import in markdown file

This commit is contained in:
Jonathan Wren 2022-10-29 13:45:32 -07:00
parent 91949a0d3d
commit a1e5360803
No known key found for this signature in database

View file

@ -140,7 +140,6 @@ import argparse
from Crypto.Cipher import AES
import getpass
import hashlib
import sys
parser = argparse.ArgumentParser()
parser.add_argument("filepath", help="journal file to decrypt")