]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Remove extra whitespace. 471/head
authorBrian Wellington <bwelling@xbill.org>
Fri, 15 May 2020 23:52:53 +0000 (16:52 -0700)
committerBrian Wellington <bwelling@xbill.org>
Fri, 15 May 2020 23:52:53 +0000 (16:52 -0700)
tests/test_nsec3_hash.py

index 0fd085cf1f6cf0d795e10f72f7caed2b7d26220f..6f4eee6f10ab4f28c60efa96190e55911556a0f8 100644 (file)
@@ -90,7 +90,5 @@ class NSEC3Hash(unittest.TestCase):
             dnssec.nsec3_hash(data[0], data[1], data[2], "foo")
 
 
-
-
 if __name__ == "__main__":
     unittest.main()