From 05688a0244c00f8b348a532ec8de129e28694ba6 Mon Sep 17 00:00:00 2001 From: Bryce Besler Date: Mon, 4 Oct 2021 15:35:58 -0600 Subject: [PATCH] Remove circular dependency --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 1c6b5a5..6873fb8 100755 --- a/setup.py +++ b/setup.py @@ -8,8 +8,6 @@ from setuptools import find_packages, setup from setuptools.command.test import test as TestCommand -import czt - root = path.abspath(path.dirname(__file__)) def read(*filenames, **kwargs):