From ca16b0083b9e1b1e808ddc4341e28c4b6b913c06 Mon Sep 17 00:00:00 2001 From: Ilya Shchepetkov Date: Tue, 11 Jun 2019 12:29:15 +0300 Subject: [PATCH] hashlib is no longer needed here --- clade/extensions/src_graph.py | 1 - 1 file changed, 1 deletion(-) diff --git a/clade/extensions/src_graph.py b/clade/extensions/src_graph.py index 2e67fa5..ec06d41 100644 --- a/clade/extensions/src_graph.py +++ b/clade/extensions/src_graph.py @@ -13,7 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -import hashlib import os import sys