PEP8: fix E303: too many blank lines (2)
[samba.git] / python / samba / tests / __init__.py
index 75f5e98ca068f14d7fcc0dbab0f776a657f1400e..74658e81fd37fc5546443be56545e9a80b26a2d9 100644 (file)
@@ -135,8 +135,6 @@ class TestCase(unittest.TestCase):
         c.set_kerberos_state(kerberos_state)
         return c
 
-
-
     # These functions didn't exist before Python2.7:
     if sys.version_info < (2, 7):
         import warnings