From 825cd48f255c911aabbfb495f6b8fc73f27d3fe5 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Fri, 11 Aug 2023 15:42:56 -0700 Subject: [PATCH] clean up unused pip import in setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index f904fbd..4a57480 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,6 @@ from shutil import rmtree from setuptools import find_packages, setup, Command -import pip # Save ~200ms on script startup time # See https://github.com/ninjaaron/fast-entry_points