PEP8: fix E302: expected 2 blank lines, found 1
[nivanova/samba-autobuild/.git] / python / samba / drs_utils.py
index 0bc6af577472115817dde49104d3676bf59995d6..8b812e43b8698a95e4bf92563468499f76f85e07 100644 (file)
@@ -27,6 +27,7 @@ import samba, ldb
 from samba.dcerpc.drsuapi import DRSUAPI_ATTID_name
 import re
 
+
 class drsException(Exception):
     """Base element for drs errors"""