PEP8: fix E302: expected 2 blank lines, found 1
[garming/samba-autobuild/.git] / python / samba / tests / smb.py
index 59fd6ed9d41608bcdf995ba9d29aa61092b68662..559bb2558a4bf237693e58ed2e86407e1270f598 100644 (file)
@@ -28,6 +28,7 @@ binary_contents = binary_contents + "Hello cruel world of python3".encode('utf8'
 test_dir = os.path.join(addom, 'testing_%d' % random.randint(0, 0xFFFF))
 test_file = os.path.join(test_dir, 'testing').replace('/', '\\')
 
+
 class SMBTests(samba.tests.TestCase):
     def setUp(self):
         super(SMBTests, self).setUp()