1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Nicolas Dandrimont <nicolas@dandrimont.eu>
Date: Thu, 15 Nov 2018 02:20:13 +0100
Subject: Remove useless pip import in doc/conf.py
---
doc/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py
index 23b5bc5..150c612 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -14,7 +14,6 @@
import sys
import os
-import pip
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
|