Code cleanup

This commit is contained in:
Dirk Müller
2024-05-16 15:47:45 +02:00
parent f5ffc83a69
commit 39fde7744a
8 changed files with 5 additions and 12 deletions

View File

@@ -41,7 +41,6 @@ class ProxySHA256:
}
def put(self, project, package, name, revision, file_md5, size):
if not self.mime:
self.mime = magic.Magic(mime=True)