summaryrefslogtreecommitdiffhomepage
path: root/tests/test_gssapi.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2018-08-22 14:24:42 -0700
committerJeff Forcier <jeff@bitprophet.org>2018-08-22 14:24:42 -0700
commit57201d2de9cd4080480cfed2fe2572fa1c908acb (patch)
treee16850c4aee5ff8be4dc9bdbb992ad3c44dfcdaa /tests/test_gssapi.py
parent60a89316aa817fb3ac03b7bf17572a69e928f6a0 (diff)
Bump black up to 18.6b4
Diffstat (limited to 'tests/test_gssapi.py')
-rw-r--r--tests/test_gssapi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_gssapi.py b/tests/test_gssapi.py
index d7fbdd53..3e8c39e8 100644
--- a/tests/test_gssapi.py
+++ b/tests/test_gssapi.py
@@ -30,7 +30,6 @@ from .util import needs_gssapi
@needs_gssapi
class GSSAPITest(unittest.TestCase):
-
def setup():
# TODO: these vars should all come from os.environ or whatever the
# approved pytest method is for runtime-configuring test data.