From 592d04455571c204acdfab0cacee93e9d5d48b2e Mon Sep 17 00:00:00 2001 From: Jack Firth Date: Fri, 4 Oct 2019 17:59:19 -0700 Subject: [PATCH] Remove setuptools.call import --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index f9b6134..9345b54 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ from setuptools import setup -from subprocess import call setup( name='pyramda',