PEP8: fix E302: expected 2 blank lines, found 1
[samba.git] / python / samba / netcmd / processes.py
index 174142731c12c099f6ac177c61d7b04271302366..68569857ca0416a190208770c4483fcbc44daf74 100644 (file)
@@ -32,6 +32,7 @@ import samba.getopt as options
 from samba.netcmd import Command, CommandError, Option
 from samba.messaging import Messaging
 
+
 class cmd_processes(Command):
     """List processes (to aid debugging on systems without setproctitle)."""