From c2339b59c7e1b679510e92d3b9c383f9cf93c136 Mon Sep 17 00:00:00 2001 From: Matthew Horton Date: Wed, 12 Jan 2022 14:29:23 -0800 Subject: [PATCH] Remove whitespace typo --- src/maggma/stores/aws.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maggma/stores/aws.py b/src/maggma/stores/aws.py index 7a2caf163..e28b7e62e 100644 --- a/src/maggma/stores/aws.py +++ b/src/maggma/stores/aws.py @@ -5,7 +5,7 @@ import threading import warnings -import zlib +import zlib from concurrent.futures import wait from concurrent.futures.thread import ThreadPoolExecutor from hashlib import sha1