summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-10-06 16:12:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-10-06 16:12:15 -0400
commitc7a086c5a0c8c66deeb7befd8d76183cd45ac74f (patch)
tree06a4a63e90bded1dabf86d15cdcf8f9e426ad3e8 /igor.py
parent671c3800c7a6495e971f682958ca0b52cab5bf3c (diff)
downloadpython-coveragepy-git-c7a086c5a0c8c66deeb7befd8d76183cd45ac74f.tar.gz
Quiet pylint
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index 5d7828c3..e86c5ff9 100644
--- a/igor.py
+++ b/igor.py
@@ -229,7 +229,6 @@ def do_zip_mods():
def do_install_egg():
"""Install the egg1 egg for tests."""
# I am pretty certain there are easier ways to install eggs...
- # pylint: disable=import-error,no-name-in-module
cur_dir = os.getcwd()
os.chdir("tests/eggsrc")
with ignore_warnings():