From 8e4f4797b8c63d75fcb1feb30be00aabb4073ecf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 26 Dec 2019 21:33:27 -0800 Subject: fix small errors found by pylint --- python/sandcrawler/minio.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/sandcrawler/minio.py') diff --git a/python/sandcrawler/minio.py b/python/sandcrawler/minio.py index 39903e0..25518f4 100644 --- a/python/sandcrawler/minio.py +++ b/python/sandcrawler/minio.py @@ -1,6 +1,7 @@ import io import os +import hashlib import minio -- cgit v1.2.3