5c915a5 Fix flake8 complaints

Authored and Committed by onosek 9 months ago
    Fix flake8 complaints
    
    E721 do not compare types, for exact checks use `is` / `is not`, for
    instance checks use `isinstance()`
    Conditions in the method `_list_branches` were switched because:
    `issubclass(git.RemoteReference, git.Head)`
    
    Signed-off-by: Ondrej Nosek <onosek@redhat.com>
    
        
  • jenkins
    success (100%)
    Build #170 successful (commit: 5c915a54)
    9 months ago
file modified
+4 -4