From 2adea938224209354c2b0e4a5815bb07f2c78a74 Mon Sep 17 00:00:00 2001 From: simomarsili Date: Tue, 20 Oct 2020 17:25:08 +0200 Subject: [PATCH] do not import pkg_resources --- ndd/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ndd/__init__.py b/ndd/__init__.py index 9035d3d..689ec9f 100644 --- a/ndd/__init__.py +++ b/ndd/__init__.py @@ -109,8 +109,6 @@ - [Il Memming Park on discrete entropy estimators](https://memming.wordpress.com/2014/02/09/a-guide-to-discrete-entropy-estimators/) """ -import pkg_resources - from ndd import package_setup from ndd.counts import CountsDistribution from ndd.divergence import DivergenceEstimator