From 16a00f0b960e8d9966e6e69bf9fbdc8f4e3ad710 Mon Sep 17 00:00:00 2001 From: Richie <2837357W@student.gla.ac.uk> Date: Mon, 23 Oct 2023 22:18:35 +0800 Subject: [PATCH] dynamo db to store hashes --- safeshare/safeshare_vdb/client.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/safeshare/safeshare_vdb/client.py b/safeshare/safeshare_vdb/client.py index 034f657..0c3b5f5 100644 --- a/safeshare/safeshare_vdb/client.py +++ b/safeshare/safeshare_vdb/client.py @@ -1,6 +1,3 @@ -from concurrent.futures import ThreadPoolExecutor - -import re import grpc import dynamo_pb2 as pb2 import dynamo_pb2_grpc as pb2_grpc