cleaned code

This commit is contained in:
cis-kuldeep 2021-07-23 19:36:59 +05:30
parent 9b0d12deac
commit f2b3645cc2
No known key found for this signature in database
GPG Key ID: 67B47D8A06FA45E4

View File

@ -11,7 +11,6 @@ class TestProtocol(unittest.TestCase):
def test_check_local(self):
"""Check the logic of TCPConnection.local"""
from pybitmessage import protocol, state
# import pdb; pdb.set_trace()
self.assertTrue(
protocol.checkIPAddress(protocol.encodeHost('127.0.0.1'), True))