mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 03:02:15 +01:00 
			
		
		
		
	Suppressed pylint warning.
This commit is contained in:
		@@ -60,7 +60,7 @@ class Software:
 | 
			
		||||
        return self.__os
 | 
			
		||||
 | 
			
		||||
    def compare_version(self, other: Union[None, 'Software', str]) -> int:
 | 
			
		||||
        # pylint: disable=too-many-branches
 | 
			
		||||
        # pylint: disable=too-many-branches,too-many-return-statements
 | 
			
		||||
        if other is None:
 | 
			
		||||
            return 1
 | 
			
		||||
        if isinstance(other, Software):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user