summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2017-12-26 19:47:26 -0800
committerAnthony Sottile <asottile@umich.edu>2018-01-09 12:44:10 -0800
commitbd1d17e8de30f6d52f9c4b61df4c6403f8f4f61c (patch)
treed837309ccb52e32f1cbf0243f3f8d55712ca9b38 /extra
parent962aede2904592b206ae8e4e3fe0c749fd178a45 (diff)
downloadpytest-bd1d17e8de30f6d52f9c4b61df4c6403f8f4f61c.tar.gz
Replace py.std with stdlib imports
Diffstat (limited to 'extra')
-rw-r--r--extra/get_issues.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/get_issues.py b/extra/get_issues.py
index 2a8f8c316..99378b2f5 100644
--- a/extra/get_issues.py
+++ b/extra/get_issues.py
@@ -1,6 +1,5 @@
import json
import py
-import textwrap
issues_url = "https://api.github.com/repos/pytest-dev/pytest/issues"