From: Brian Wellington Date: Fri, 15 May 2020 23:52:53 +0000 (-0700) Subject: Remove extra whitespace. X-Git-Tag: v2.0.0rc1~205^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F471%2Fhead;p=thirdparty%2Fdnspython.git Remove extra whitespace. --- diff --git a/tests/test_nsec3_hash.py b/tests/test_nsec3_hash.py index 0fd085cf..6f4eee6f 100644 --- a/tests/test_nsec3_hash.py +++ b/tests/test_nsec3_hash.py @@ -90,7 +90,5 @@ class NSEC3Hash(unittest.TestCase): dnssec.nsec3_hash(data[0], data[1], data[2], "foo") - - if __name__ == "__main__": unittest.main()