summaryrefslogtreecommitdiff
path: root/pavement.py
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2020-02-05 08:21:51 +1300
committerMike Taves <mwtoews@gmail.com>2020-02-06 22:16:23 +1300
commit07bf33fbf5be8143aab037dc65aba3086f8badf6 (patch)
tree8f48992ca38bafe589ed331f54c43106ba23902d /pavement.py
parenta9bc5db4671c6c702e3a8a35fbf31b8d3225fad2 (diff)
downloadnumpy-07bf33fbf5be8143aab037dc65aba3086f8badf6.tar.gz
MAINT: cleanup unused imports; avoid redefinition of imports
* Cleanup unused imports (F401) of mostly standard Python modules, or some internal but unlikely referenced modules * Where internal imports are potentially used, mark with noqa * Avoid redefinition of imports (F811)
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/pavement.py b/pavement.py
index c1f29d867..ca1d307f7 100644
--- a/pavement.py
+++ b/pavement.py
@@ -25,8 +25,6 @@ TODO
import os
import sys
import shutil
-import subprocess
-import re
import hashlib
# The paver package needs to be installed to run tasks