Browse Source

buildkit: Fix pylint 2.2 warnings

Eloston 5 years ago
parent
commit
ef7b151c5d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      buildkit/downloads.py

+ 0 - 1
buildkit/downloads.py

@@ -28,7 +28,6 @@ class HashesURLEnum(str, enum.Enum):
 
 class HashMismatchError(BuildkitError):
     """Exception for computed hashes not matching expected hashes"""
-    pass
 
 
 class _UrlRetrieveReportHook: #pylint: disable=too-few-public-methods