commit | 7fad18cdf8fa8b6a5d7d23d2b9f2edcd4a697f2d | [log] [tgz] |
---|---|---|
author | Greg Stein <gstein@gmail.com> | Fri Jun 19 12:53:03 2020 -0500 |
committer | GitHub <noreply@github.com> | Fri Jun 19 12:53:03 2020 -0500 |
tree | dbc4114149f098c4445f2ded513aceba680de892 | |
parent | b865516930ae32ce87d3d29b095ba01cbc5c04eb [diff] |
remove unused imports
diff --git a/otp.py b/otp.py index c0f42c5..181cca4 100755 --- a/otp.py +++ b/otp.py
@@ -7,8 +7,6 @@ import os import os.path import stat -import getpass -import configparser import random import argparse import hashlib