From 139cba1e3945883a094105906862c66f252e1063 Mon Sep 17 00:00:00 2001 From: niten Date: Sat, 7 Jan 2023 16:47:07 -0800 Subject: [PATCH] unused import --- src/detector.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/detector.py b/src/detector.py index 187fc99..2c6f351 100644 --- a/src/detector.py +++ b/src/detector.py @@ -6,7 +6,6 @@ import sys import shutil from os import path import hashlib -from dataclasses import dataclass import tempfile from pathlib import Path