PEP8: fix E305: expected 2 blank lines after class or function definition, found 1
[samba.git] / source4 / dsdb / tests / python / sort.py
index 6eef4c03689ad72fa03e213f7147952626f11d83..b89a8c67dc0f96afb99a0b79f6bdf2534262dc11 100644 (file)
@@ -50,6 +50,7 @@ def norm(x):
     x = x.decode('utf-8')
     return normalize('NFKC', x).upper().encode('utf-8')
 
+
 # Python, Windows, and Samba all sort the following sequence in
 # drastically different ways. The order here is what you get from
 # Windows2012R2.