alitheg commented on code in PR #1176:
URL: 
https://github.com/apache/tooling-trusted-releases/pull/1176#discussion_r3093469988


##########
atr/detection.py:
##########
@@ -16,15 +16,12 @@
 # under the License.
 
 import pathlib
-import tarfile
-import zipfile
 from typing import Final
 
 import puremagic
 
 import atr.models.attestable as models
 import atr.models.safe as safe
-import atr.tarzip as tarzip
 
 # TODO: Widen the range of types checked here
 QUARANTINE_ARCHIVE_SUFFIXES: Final[tuple[str, ...]] = (".tar.gz", ".tgz", 
".zip")

Review Comment:
   Raised as  #1177



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to