From df25f22f012d606daaf2264489e75e2a9f040a54 Mon Sep 17 00:00:00 2001 From: protolambda Date: Sat, 1 Jun 2019 01:55:20 +0200 Subject: [PATCH] get rid of scope-problem inducing init trick --- test_libs/pyspec/eth2spec/utils/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test_libs/pyspec/eth2spec/utils/__init__.py b/test_libs/pyspec/eth2spec/utils/__init__.py index 482044798..e69de29bb 100644 --- a/test_libs/pyspec/eth2spec/utils/__init__.py +++ b/test_libs/pyspec/eth2spec/utils/__init__.py @@ -1,4 +0,0 @@ -from .merkle_minimal import * -from .hash_function import * -from .bls import * -from .ssz import *