diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-08-22 14:24:42 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-08-22 14:24:42 -0700 |
commit | 57201d2de9cd4080480cfed2fe2572fa1c908acb (patch) | |
tree | e16850c4aee5ff8be4dc9bdbb992ad3c44dfcdaa /tests/test_auth.py | |
parent | 60a89316aa817fb3ac03b7bf17572a69e928f6a0 (diff) |
Bump black up to 18.6b4
Diffstat (limited to 'tests/test_auth.py')
-rw-r--r-- | tests/test_auth.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py index 8ad0ac3b..fe1a32a1 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -115,7 +115,6 @@ class NullServer(ServerInterface): class AuthTest(unittest.TestCase): - def setUp(self): self.socks = LoopSocket() self.sockc = LoopSocket() |