PEP8: fix E222: multiple spaces after operator
[amitay/samba.git] / python / samba / provision / sambadns.py
index c716df4d7dc4f7abdb77d076fadae57482103dd6..3657c0cf4a9ce501f262fc97531ec50b4b7228f6 100644 (file)
@@ -63,7 +63,7 @@ from samba.samdb import get_default_backend_store
 
 def get_domainguid(samdb, domaindn):
     res = samdb.search(base=domaindn, scope=ldb.SCOPE_BASE, attrs=["objectGUID"])
-    domainguid =  str(ndr_unpack(misc.GUID, res[0]["objectGUID"][0]))
+    domainguid = str(ndr_unpack(misc.GUID, res[0]["objectGUID"][0]))
     return domainguid