summaryrefslogtreecommitdiff
path: root/tests/test_context.py
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2019-10-28 12:27:29 +0100
committerDavid Lord <davidism@gmail.com>2020-02-22 06:09:57 -0800
commitefa6b4f4389d30aac7f1ce62dc08f3bbe5b331d6 (patch)
treee8441186b958924a2f486ae31b5ba16279f41c89 /tests/test_context.py
parent22697863f0a252082226068290eff3d57f79a3ec (diff)
downloadclick-efa6b4f4389d30aac7f1ce62dc08f3bbe5b331d6.tar.gz
Undefined name: import sys for lines 300 and 311
Diffstat (limited to 'tests/test_context.py')
-rw-r--r--tests/test_context.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_context.py b/tests/test_context.py
index 3570749..3618d59 100644
--- a/tests/test_context.py
+++ b/tests/test_context.py
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
+import sys
import click
import pytest