remove unnecessary import

This commit is contained in:
Paul Bailey 2019-09-24 17:49:48 -05:00
parent 3f8a3824d7
commit 54995181bb
No known key found for this signature in database
GPG key ID: 74381904DA2AB8FE

View file

@ -59,7 +59,6 @@ import fnmatch
import hashlib
import logging
import datetime
import sys
try:
from collections.abc import MutableMapping