Skip to content

Commit

Permalink
Clean up unused modules causing error.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitonio committed Mar 7, 2022
1 parent bdaf3eb commit 977d8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bin/akamai-mfa
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ https://learn.akamai.com/en-us/webhelp/enterprise-mfa/akamai-mfa-logs-from-splun

from ctypes import ArgumentError
import logging
from nis import match
import requests
import hashlib
import hmac
Expand All @@ -43,7 +42,7 @@ import csv


#: cli-mfa version, see also cli.json
__VERSION__ = "0.0.9"
__VERSION__ = "0.0.9.1"
#: Log formatting aligned with other CLIs
LOG_FMT = '%(asctime)s [%(levelname)s] %(threadName)s %(message)s'
#: Near real-time, 30s ago is the most recent by default
Expand Down
2 changes: 1 addition & 1 deletion cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"commands": [
{
"name": "mfa",
"version": "0.0.9",
"version": "0.0.9.1",
"description": "Akamai CLI for MFA"
}
]
Expand Down

0 comments on commit 977d8ef

Please sign in to comment.