onosek / fedpkg

Forked from fedpkg 7 years ago
Clone

dc90449 Fix flake8 complaints

Authored and Committed by onosek 2 years ago
    Fix flake8 complaints
    
    E721 do not compare types, for exact checks use `is` / `is not`, for
    instance checks use `isinstance()`
    
    Signed-off-by: Ondrej Nosek <onosek@redhat.com>
    
        
file modified
+1 -1