PEP8: fix E303: too many blank lines (2)
[samba.git] / python / samba / netcmd / dbcheck.py
index 874b2f990d67b3e86bc8699d50c8bbfb960fcc10..fe29d18dbf9df616770fa04c77ea91ae6e71c84f 100644 (file)
@@ -101,7 +101,6 @@ class cmd_dbcheck(Command):
             except:
                 raise CommandError("Failed to connect to DB at %s.  If this is a really old sam.ldb (before alpha9), then try again with --force-modules" % H)
 
-
         if H is None or not over_ldap:
             samdb_schema = samdb
         else: