1b230a8 python: Fix style issues

Authored and Committed by nsoffer 4 years ago
    python: Fix style issues
    
    Fix style issues:
    
    - 2 blank lines around functions and classes
    - classes at the top of the module
    - reformat to avoid long hard to read lines
    - whitespace before ','
    - whitespace after #
    - unused imports
    - unexpected indenation
    - remove blank line at end of file
    
    Signed-off-by: Nir Soffer <nsoffer@redhat.com>
    
        
file modified
+20 -8
file modified
+4 -4
file modified
+32 -18