Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Mar 22, 2017
1 parent 3e4ac31 commit bf2ca75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/test_controller.py
Expand Up @@ -20,7 +20,6 @@
from txtorcon import connect
from txtorcon.controller import _is_non_public_numeric_address, _Tor
from txtorcon.interface import ITorControlProtocol
from txtorcon.util import delete_file_or_tree
from .util import TempDir

from zope.interface import implementer, directlyProvides
Expand Down
1 change: 0 additions & 1 deletion test/test_endpoints.py
Expand Up @@ -425,7 +425,6 @@ def test_factory(self, ftb):
self.assertEqual(ep.port, 1234)



class EndpointLaunchTests(unittest.TestCase):

def setUp(self):
Expand Down

0 comments on commit bf2ca75

Please sign in to comment.